Html Css Color HEX #FC0EC9 Shocking Pink

📋 copy color: '#FC0EC9'

red 252 ◦ green 14 ◦ blue 201

#FC0EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #FC0EC9

Tints of Shocking Pink #FC0EC9

RGB

 RED value IS 252 (98.83% from 255) = 53.96%

 GREEN value IS 14 (5.86% from 255) = 3%

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 53.96%
G = 3%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC0EC9 (or 0xFC0EC9) is known color: Shocking Pink. HEX triplet: FC, 0E and C9. RGB value is (252,14,201). Sum of RGB (Red+Green+Blue) = 252+14+201=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EC9 is #03F136. Grayscale: #696969. Windows color (decimal): -258359 or 13176572. OLE color: 13176572.

HSL color Cylindrical-coordinate representation of color #FC0EC9: hue angle of 312.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0EC9 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 14 201 -
CMYK 0 0.94 0.20 0.01
HSL 312.86º 0.98% 0.52% -
HSV(B) 312.86º 0.94% 0.99% -
XYZ 50.84 25.23 57.45 -
YUV 106.48 181.35 231.79 -
System Red Green Blue C M Y K H S L
Decimal 252 14 201 0 0.94 0.20 0.01 312.86 0.98 0.52
Hex FC E C9 0 5E 14 1 139 62 34
Octal 374 16 311 0 136 24 1 471 142 64
Binary 11111100 1110 11001001 0 1011110 10100 1 100111001 1100010 110100

Color Harmonies of #FC0EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EC9

Black with #FC0EC9

Text Example


Text Example

White with #FC0EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EC9; }

 p { color: rgb(252,14,201); }

 H1.HeaderClassName
 {
   color: #FC0EC9;
 }
 .AnyTagClassName
 {
   color: #FC0EC9;
 }
</style>

background-color css

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

 a { background-color: rgb(252,14,201); }

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

border-color css

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

 span { border-color: rgb(252,14,201); }

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