Html Css Color HEX #F72497 Persian Rose

📋 copy color: '#F72497'

red 247 ◦ green 36 ◦ blue 151

#F72497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F72497

Tints of Persian Rose #F72497

RGB

 RED value IS 247 (96.88% from 255) = 56.91%

 GREEN value IS 36 (14.45% from 255) = 8.29%

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 56.91%
G = 8.29%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F72497 (or 0xF72497) is known color: Persian Rose. HEX triplet: F7, 24 and 97. RGB value is (247,36,151). Sum of RGB (Red+Green+Blue) = 247+36+151=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F72497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72497 is #08DB68. Grayscale: #6F6F6F. Windows color (decimal): -580457 or 9905399. OLE color: 9905399.

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

Color convert

RGB 247 36 151 -
CMYK 0 0.85 0.39 0.03
HSL 327.3º 0.93% 0.55% -
HSV(B) 327.3º 0.85% 0.97% -
XYZ 44.57 23.27 31.42 -
YUV 112.2 149.9 224.15 -
System Red Green Blue C M Y K H S L
Decimal 247 36 151 0 0.85 0.39 0.03 327.3 0.93 0.55
Hex F7 24 97 0 55 27 3 147 5D 37
Octal 367 44 227 0 125 47 3 507 135 67
Binary 11110111 100100 10010111 0 1010101 100111 11 101000111 1011101 110111

Color Harmonies of #F72497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72497

Black with #F72497

Text Example


Text Example

White with #F72497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72497; }

 p { color: rgb(247,36,151); }

 H1.HeaderClassName
 {
   color: #F72497;
 }
 .AnyTagClassName
 {
   color: #F72497;
 }
</style>

background-color css

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

 a { background-color: rgb(247,36,151); }

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

border-color css

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

 span { border-color: rgb(247,36,151); }

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