#FC1DA2

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

Shades of Persian Rose #FC1DA2

Tints of Persian Rose #FC1DA2

Color information

#FC1DA2 (or 0xFC1DA2) is unknown color: approx Persian Rose. HEX triplet: FC, 1D and A2. RGB value is (252,29,162). Sum of RGB (Red+Green+Blue) = 252+29+162=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1DA2 is #03E25D. Grayscale: #6E6E6E. Windows color (decimal): -254558 or 10624508. OLE color: 10624508.

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

Color convert

RGB25229162-
CMYK00.880.360.01
HSL324.22º97.38%55.1%-
HSV(B)324.22º88.49%98.82%-
XYZ47.1124.1836.37-
YUV110.84156.88228.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.88%
GREEN value IS 29 (11.72% from 255) = 6.55%
BLUE value IS 162 (63.67% from 255) = 36.57%
R=56.88%
G=6.55%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522916200.880.360.01324.2297.3855.1
HexFC1DA20582411446137
Octal37435242013044150414167
Binary1111110011101101000100101100010010011010001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1DA2; }

 p { color: rgb(252,29,162); }

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

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

 a { background-color: rgb(252,29,162); }

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

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

 span { border-color: rgb(252,29,162); }

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