#FC2FAC

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

Shades of Persian Rose #FC2FAC

Tints of Persian Rose #FC2FAC

Color information

#FC2FAC (or 0xFC2FAC) is unknown color: approx Persian Rose. HEX triplet: FC, 2F and AC. RGB value is (252,47,172). Sum of RGB (Red+Green+Blue) = 252+47+172=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2FAC is #03D053. Grayscale: #7A7A7A. Windows color (decimal): -249940 or 11284476. OLE color: 11284476.

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

Color convert

RGB25247172-
CMYK00.810.320.01
HSL323.41º97.16%58.63%-
HSV(B)323.41º81.35%98.82%-
XYZ48.6125.7141.43-
YUV122.54155.92220.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.50%
GREEN value IS 47 (18.75% from 255) = 9.98%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=53.50%
G=9.98%
B=36.52%

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
Decimal2524717200.810.320.01323.4197.1658.63
HexFC2FAC051201143613b
Octal37457254012140150314173
Binary11111100101111101011000101000110000011010000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2FAC; }

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

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

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

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

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

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

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

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