#FC2FAB

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

Shades of Persian Rose #FC2FAB

Tints of Persian Rose #FC2FAB

Color information

#FC2FAB (or 0xFC2FAB) is unknown color: approx Persian Rose. HEX triplet: FC, 2F and AB. RGB value is (252,47,171). Sum of RGB (Red+Green+Blue) = 252+47+171=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2FAB is #03D054. Grayscale: #7A7A7A. Windows color (decimal): -249941 or 11218940. OLE color: 11218940.

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

Color convert

RGB25247171-
CMYK00.810.320.01
HSL323.71º97.16%58.63%-
HSV(B)323.71º81.35%98.82%-
XYZ48.5125.6740.93-
YUV122.43155.42220.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.62%
GREEN value IS 47 (18.75% from 255) = 10%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=53.62%
G=10%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524717100.810.320.01323.7197.1658.63
HexFC2FAB051201144613b
Octal37457253012140150414173
Binary11111100101111101010110101000110000011010001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2FAB; }

 p { color: rgb(252,47,171); }

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

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

 a { background-color: rgb(252,47,171); }

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

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

 span { border-color: rgb(252,47,171); }

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