#FC2DA0

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

Shades of Persian Rose #FC2DA0

Tints of Persian Rose #FC2DA0

Color information

#FC2DA0 (or 0xFC2DA0) is unknown color: approx Persian Rose. HEX triplet: FC, 2D and A0. RGB value is (252,45,160). Sum of RGB (Red+Green+Blue) = 252+45+160=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DA0 is #03D25F. Grayscale: #777777. Windows color (decimal): -250464 or 10497532. OLE color: 10497532.

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

Color convert

RGB25245160-
CMYK00.820.370.01
HSL326.67º97.18%58.24%-
HSV(B)326.67º82.14%98.82%-
XYZ47.4325.1135.6-
YUV120150.58222.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.14%
GREEN value IS 45 (17.97% from 255) = 9.85%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=55.14%
G=9.85%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524516000.820.370.01326.6797.1858.24
HexFC2DA0052251147613a
Octal37455240012245150714172
Binary11111100101101101000000101001010010111010001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2DA0; }

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

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

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

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

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

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

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

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