#FC0FAE

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

Shades of Spicy Pink #FC0FAE

Tints of Spicy Pink #FC0FAE

Color information

#FC0FAE (or 0xFC0FAE) is unknown color: approx Spicy Pink. HEX triplet: FC, 0F and AE. RGB value is (252,15,174). Sum of RGB (Red+Green+Blue) = 252+15+174=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FAE is #03F051. Grayscale: #676767. Windows color (decimal): -258130 or 11407356. OLE color: 11407356.

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

Color convert

RGB25215174-
CMYK00.940.310.01
HSL319.75º97.53%52.35%-
HSV(B)319.75º94.05%98.82%-
XYZ47.9624.0942.17-
YUV103.99167.52233.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 3.40%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=57.14%
G=3.40%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521517400.940.310.01319.7597.5352.35
HexFCFAE05E1F11406234
Octal37417256013637150014264
Binary11111100111110101110010111101111111010000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FAE; }

 p { color: rgb(252,15,174); }

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

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

 a { background-color: rgb(252,15,174); }

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

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

 span { border-color: rgb(252,15,174); }

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