#fe0fc0

Color #FE0FC0 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FE0FC0

Tints of Shocking Pink #FE0FC0

Color information

#FE0FC0 (or 0xFE0FC0) is unknown color: approx Shocking Pink. HEX triplet: FE, 0F and C0. RGB value is (254,15,192). Sum of RGB (Red+Green+Blue) = 254+15+192=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FC0 is #01F03F. Grayscale: #6A6A6A. Windows color (decimal): -127040 or 12587006. OLE color: 12587006.

HSL color Cylindrical-coordinate representation of color #FE0FC0: hue angle of 315.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FC0 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB25415192-
CMYK00.940.240.00
HSL315.56º99.17%52.75%-
HSV(B)315.56º94.09%99.61%-
XYZ50.5625.2252.07-
YUV106.64176.18233.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 15 (6.25% from 255) = 3.25%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=55.10%
G=3.25%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541519200.940.240.00315.5699.1752.75
HexFEFC005E18013c6335
Octal37617300013630047414365
Binary11111110111111000000010111101100001001111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe0fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe0fc0; }

 p { color: rgb(254,15,192); }

 H1.HeaderClassName
 {
   color: #fe0fc0;
 }
 .AnyTagClassName
 {
   color: #fe0fc0;
 }
</style>
background-color css

<style>
 a { background-color: #fe0fc0; }

 a { background-color: rgb(254,15,192); }

 div.DivClassName
 {
   background-color: #fe0fc0;
 }
 .BgClassName
 {
   background-color: #fe0fc0;
 }
</style>
border-color css

<style>
 span { border-color: #fe0fc0; }

 span { border-color: rgb(254,15,192); }

 td.TdClassName
 {
   border-color: #fe0fc0;
 }
 .TagClassName
 {
   border-color: #fe0fc0;
 }
</style>