#F72198

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

Shades of Persian Rose #F72198

Tints of Persian Rose #F72198

Color information

#F72198 (or 0xF72198) is unknown color: approx Persian Rose. HEX triplet: F7, 21 and 98. RGB value is (247,33,152). Sum of RGB (Red+Green+Blue) = 247+33+152=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F72198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72198 is #08DE67. Grayscale: #6E6E6E. Windows color (decimal): -581224 or 9970167. OLE color: 9970167.

HSL color Cylindrical-coordinate representation of color #F72198: hue angle of 326.64º 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 #F72198 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB24733152-
CMYK00.870.380.03
HSL326.64º93.04%54.9%-
HSV(B)326.64º86.64%96.86%-
XYZ44.5723.1331.82-
YUV110.55151.4225.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.18%
GREEN value IS 33 (13.28% from 255) = 7.64%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=57.18%
G=7.64%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473315200.870.380.03326.6493.0454.9
HexF721980572631475d37
Octal36741230012746350713567
Binary111101111000011001100001010111100110111010001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72198; }

 p { color: rgb(247,33,152); }

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

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

 a { background-color: rgb(247,33,152); }

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

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

 span { border-color: rgb(247,33,152); }

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