Html Css Color HEX #FC0D81 Deep Pink

📋 copy color: '#FC0D81'

red 252 ◦ green 13 ◦ blue 129

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

Shades of Deep Pink #FC0D81

Tints of Deep Pink #FC0D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 63.96%
G = 3.3%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC0D81 (or 0xFC0D81) is known color: Deep Pink. HEX triplet: FC, 0D and 81. RGB value is (252,13,129). Sum of RGB (Red+Green+Blue) = 252+13+129=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0D81 is #03F27E. Grayscale: #616161. Windows color (decimal): -258687 or 8457724. OLE color: 8457724.

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

Color convert

RGB 252 13 129 -
CMYK 0 0.95 0.49 0.01
HSL 330.88º 0.98% 0.52% -
HSV(B) 330.88º 0.95% 0.99% -
XYZ 44.25 22.57 22.79 -
YUV 97.69 145.68 238.07 -
System Red Green Blue C M Y K H S L
Decimal 252 13 129 0 0.95 0.49 0.01 330.88 0.98 0.52
Hex FC D 81 0 5F 31 1 14B 62 34
Octal 374 15 201 0 137 61 1 513 142 64
Binary 11111100 1101 10000001 0 1011111 110001 1 101001011 1100010 110100

Color Harmonies of #FC0D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D81

Black with #FC0D81

Text Example


Text Example

White with #FC0D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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