#F73CAF

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

Shades of Persian Rose #F73CAF

Tints of Persian Rose #F73CAF

Color information

#F73CAF (or 0xF73CAF) is unknown color: approx Persian Rose. HEX triplet: F7, 3C and AF. RGB value is (247,60,175). Sum of RGB (Red+Green+Blue) = 247+60+175=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73CAF is #08C350. Grayscale: #808080. Windows color (decimal): -574289 or 11484407. OLE color: 11484407.

HSL color Cylindrical-coordinate representation of color #F73CAF: hue angle of 323.1º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73CAF is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB24760175-
CMYK00.760.290.03
HSL323.1º92.12%60.2%-
HSV(B)323.1º75.71%96.86%-
XYZ47.7126.143.08-
YUV129.02153.95212.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 60 (23.83% from 255) = 12.45%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=51.24%
G=12.45%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476017500.760.290.03323.192.1260.2
HexF73CAF04C1D31435c3c
Octal36774257011435350313474
Binary11110111111100101011110100110011101111010000111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73CAF; }

 p { color: rgb(247,60,175); }

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

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

 a { background-color: rgb(247,60,175); }

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

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

 span { border-color: rgb(247,60,175); }

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