Html Css Color HEX #FC0ECC Shocking Pink

📋 copy color: '#FC0ECC'

red 252 ◦ green 14 ◦ blue 204

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

Shades of Shocking Pink #FC0ECC

Tints of Shocking Pink #FC0ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 53.62%
G = 2.98%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC0ECC (or 0xFC0ECC) is known color: Shocking Pink. HEX triplet: FC, 0E and CC. RGB value is (252,14,204). Sum of RGB (Red+Green+Blue) = 252+14+204=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ECC is #03F133. Grayscale: #6A6A6A. Windows color (decimal): -258356 or 13373180. OLE color: 13373180.

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

Color convert

RGB 252 14 204 -
CMYK 0 0.94 0.19 0.01
HSL 312.1º 0.98% 0.52% -
HSV(B) 312.1º 0.94% 0.99% -
XYZ 51.2 25.37 59.32 -
YUV 106.82 182.85 231.55 -
System Red Green Blue C M Y K H S L
Decimal 252 14 204 0 0.94 0.19 0.01 312.1 0.98 0.52
Hex FC E CC 0 5E 13 1 138 62 34
Octal 374 16 314 0 136 23 1 470 142 64
Binary 11111100 1110 11001100 0 1011110 10011 1 100111000 1100010 110100

Color Harmonies of #FC0ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0ECC

Black with #FC0ECC

Text Example


Text Example

White with #FC0ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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