Html Css Color HEX #FC0EC8 Shocking Pink

📋 copy color: '#FC0EC8'

red 252 ◦ green 14 ◦ blue 200

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

Shades of Shocking Pink #FC0EC8

Tints of Shocking Pink #FC0EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 54.08%
G = 3%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC0EC8 (or 0xFC0EC8) is known color: Shocking Pink. HEX triplet: FC, 0E and C8. RGB value is (252,14,200). Sum of RGB (Red+Green+Blue) = 252+14+200=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EC8 is #03F137. Grayscale: #696969. Windows color (decimal): -258360 or 13111036. OLE color: 13111036.

HSL color Cylindrical-coordinate representation of color #FC0EC8: hue angle of 313.11º 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 #FC0EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 14 200 -
CMYK 0 0.94 0.21 0.01
HSL 313.11º 0.98% 0.52% -
HSV(B) 313.11º 0.94% 0.99% -
XYZ 50.73 25.18 56.83 -
YUV 106.37 180.85 231.88 -
System Red Green Blue C M Y K H S L
Decimal 252 14 200 0 0.94 0.21 0.01 313.11 0.98 0.52
Hex FC E C8 0 5E 15 1 139 62 34
Octal 374 16 310 0 136 25 1 471 142 64
Binary 11111100 1110 11001000 0 1011110 10101 1 100111001 1100010 110100

Color Harmonies of #FC0EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EC8

Black with #FC0EC8

Text Example


Text Example

White with #FC0EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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