#F7209E

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

Shades of Persian Rose #F7209E

Tints of Persian Rose #F7209E

Color information

#F7209E (or 0xF7209E) is unknown color: approx Persian Rose. HEX triplet: F7, 20 and 9E. RGB value is (247,32,158). Sum of RGB (Red+Green+Blue) = 247+32+158=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7209E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7209E is #08DF61. Grayscale: #6E6E6E. Windows color (decimal): -581474 or 10363127. OLE color: 10363127.

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

Color convert

RGB24732158-
CMYK00.870.360.03
HSL324.84º93.07%54.71%-
HSV(B)324.84º87.04%96.86%-
XYZ45.0523.2834.47-
YUV110.65154.73225.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.52%
GREEN value IS 32 (12.89% from 255) = 7.32%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=56.52%
G=7.32%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473215800.870.360.03324.8493.0754.71
HexF7209E0572431455d37
Octal36740236012744350513567
Binary111101111000001001111001010111100100111010001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7209E; }

 p { color: rgb(247,32,158); }

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

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

 a { background-color: rgb(247,32,158); }

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

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

 span { border-color: rgb(247,32,158); }

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