Html Css Color HEX #FC0DC9 Shocking Pink

📋 copy color: '#FC0DC9'

red 252 ◦ green 13 ◦ blue 201

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

Shades of Shocking Pink #FC0DC9

Tints of Shocking Pink #FC0DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.79%

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

R = 54.08%
G = 2.79%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC0DC9 (or 0xFC0DC9) is known color: Shocking Pink. HEX triplet: FC, 0D and C9. RGB value is (252,13,201). Sum of RGB (Red+Green+Blue) = 252+13+201=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DC9 is #03F236. Grayscale: #696969. Windows color (decimal): -258615 or 13176316. OLE color: 13176316.

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

Color convert

RGB 252 13 201 -
CMYK 0 0.95 0.20 0.01
HSL 312.8º 0.98% 0.52% -
HSV(B) 312.8º 0.95% 0.99% -
XYZ 50.83 25.2 57.44 -
YUV 105.89 181.68 232.21 -
System Red Green Blue C M Y K H S L
Decimal 252 13 201 0 0.95 0.20 0.01 312.8 0.98 0.52
Hex FC D C9 0 5F 14 1 139 62 34
Octal 374 15 311 0 137 24 1 471 142 64
Binary 11111100 1101 11001001 0 1011111 10100 1 100111001 1100010 110100

Color Harmonies of #FC0DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DC9

Black with #FC0DC9

Text Example


Text Example

White with #FC0DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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