#FC2DA1

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

Shades of Persian Rose #FC2DA1

Tints of Persian Rose #FC2DA1

Color information

#FC2DA1 (or 0xFC2DA1) is unknown color: approx Persian Rose. HEX triplet: FC, 2D and A1. RGB value is (252,45,161). Sum of RGB (Red+Green+Blue) = 252+45+161=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DA1 is #03D25E. Grayscale: #777777. Windows color (decimal): -250463 or 10563068. OLE color: 10563068.

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

Color convert

RGB25245161-
CMYK00.820.360.01
HSL326.38º97.18%58.24%-
HSV(B)326.38º82.14%98.82%-
XYZ47.5225.1536.07-
YUV120.12151.08222.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.02%
GREEN value IS 45 (17.97% from 255) = 9.83%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=55.02%
G=9.83%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524516100.820.360.01326.3897.1858.24
HexFC2DA1052241146613a
Octal37455241012244150614172
Binary11111100101101101000010101001010010011010001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2DA1; }

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

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

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

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

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

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

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

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