#FC0DAD

Color #FC0DAD Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FC0DAD

Tints of Spicy Pink #FC0DAD

Color information

#FC0DAD (or 0xFC0DAD) is unknown color: approx Spicy Pink. HEX triplet: FC, 0D and AD. RGB value is (252,13,173). Sum of RGB (Red+Green+Blue) = 252+13+173=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0DAD is #03F252. Grayscale: #666666. Windows color (decimal): -258643 or 11341308. OLE color: 11341308.

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

Color convert

RGB25213173-
CMYK00.950.310.01
HSL319.83º97.55%51.96%-
HSV(B)319.83º94.84%98.82%-
XYZ47.832441.65-
YUV102.7167.68234.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.53%
GREEN value IS 13 (5.47% from 255) = 2.97%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=57.53%
G=2.97%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521317300.950.310.01319.8397.5551.96
HexFCDAD05F1F11406234
Octal37415255013737150014264
Binary11111100110110101101010111111111111010000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0DAD; }

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

 H1.HeaderClassName
 {
   color: #FC0DAD;
 }
 .AnyTagClassName
 {
   color: #FC0DAD;
 }
</style>
background-color css

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

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

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

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

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

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