#FC24A1

Color #FC24A1 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #FC24A1

Tints of Persian Rose #FC24A1

Color information

#FC24A1 (or 0xFC24A1) is unknown color: approx Persian Rose. HEX triplet: FC, 24 and A1. RGB value is (252,36,161). Sum of RGB (Red+Green+Blue) = 252+36+161=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC24A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC24A1 is #03DB5E. Grayscale: #727272. Windows color (decimal): -252767 or 10560764. OLE color: 10560764.

HSL color Cylindrical-coordinate representation of color #FC24A1: hue angle of 325.28º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC24A1 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB25236161-
CMYK00.860.360.01
HSL325.28º97.3%56.47%-
HSV(B)325.28º85.71%98.82%-
XYZ47.2124.5335.96-
YUV114.83154.06225.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.12%
GREEN value IS 36 (14.45% from 255) = 8.02%
BLUE value IS 161 (63.28% from 255) = 35.86%
R=56.12%
G=8.02%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523616100.860.360.01325.2897.356.47
HexFC24A10562411456138
Octal37444241012644150514170
Binary11111100100100101000010101011010010011010001011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC24A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC24A1; }

 p { color: rgb(252,36,161); }

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

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

 a { background-color: rgb(252,36,161); }

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

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

 span { border-color: rgb(252,36,161); }

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