#FC3DAF

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

Shades of Persian Rose #FC3DAF

Tints of Persian Rose #FC3DAF

Color information

#FC3DAF (or 0xFC3DAF) is unknown color: approx Persian Rose. HEX triplet: FC, 3D and AF. RGB value is (252,61,175). Sum of RGB (Red+Green+Blue) = 252+61+175=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3DAF is #03C250. Grayscale: #828282. Windows color (decimal): -246353 or 11484668. OLE color: 11484668.

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

Color convert

RGB25261175-
CMYK00.760.310.01
HSL324.19º96.95%61.37%-
HSV(B)324.19º75.79%98.82%-
XYZ49.5527.1343.18-
YUV131.1152.78214.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.64%
GREEN value IS 61 (24.22% from 255) = 12.5%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=51.64%
G=12.5%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526117500.760.310.01324.1996.9561.37
HexFC3DAF04C1F1144613d
Octal37475257011437150414175
Binary1111110011110110101111010011001111111010001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3DAF; }

 p { color: rgb(252,61,175); }

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

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

 a { background-color: rgb(252,61,175); }

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

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

 span { border-color: rgb(252,61,175); }

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