#FC18A6

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

Shades of Spicy Pink #FC18A6

Tints of Spicy Pink #FC18A6

Color information

#FC18A6 (or 0xFC18A6) is unknown color: approx Spicy Pink. HEX triplet: FC, 18 and A6. RGB value is (252,24,166). Sum of RGB (Red+Green+Blue) = 252+24+166=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC18A6 is #03E759. Grayscale: #6C6C6C. Windows color (decimal): -255834 or 10885372. OLE color: 10885372.

HSL color Cylindrical-coordinate representation of color #FC18A6: hue angle of 322.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC18A6 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB25224166-
CMYK00.900.340.01
HSL322.63º97.44%54.12%-
HSV(B)322.63º90.48%98.82%-
XYZ47.3524.138.23-
YUV108.36160.54230.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.01%
GREEN value IS 24 (9.77% from 255) = 5.43%
BLUE value IS 166 (65.23% from 255) = 37.56%
R=57.01%
G=5.43%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522416600.900.340.01322.6397.4454.12
HexFC18A605A2211436136
Octal37430246013242150314166
Binary1111110011000101001100101101010001011010000111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC18A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC18A6; }

 p { color: rgb(252,24,166); }

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

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

 a { background-color: rgb(252,24,166); }

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

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

 span { border-color: rgb(252,24,166); }

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