Html Css Color HEX #F72495 Persian Rose

📋 copy color: '#F72495'

red 247 ◦ green 36 ◦ blue 149

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

Shades of Persian Rose #F72495

Tints of Persian Rose #F72495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 57.18%
G = 8.33%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F72495 (or 0xF72495) is known color: Persian Rose. HEX triplet: F7, 24 and 95. RGB value is (247,36,149). Sum of RGB (Red+Green+Blue) = 247+36+149=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F72495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72495 is #08DB6A. Grayscale: #6F6F6F. Windows color (decimal): -580459 or 9774327. OLE color: 9774327.

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

Color convert

RGB 247 36 149 -
CMYK 0 0.85 0.40 0.03
HSL 327.87º 0.93% 0.55% -
HSV(B) 327.87º 0.85% 0.97% -
XYZ 44.41 23.21 30.57 -
YUV 111.97 148.9 224.31 -
System Red Green Blue C M Y K H S L
Decimal 247 36 149 0 0.85 0.40 0.03 327.87 0.93 0.55
Hex F7 24 95 0 55 28 3 148 5D 37
Octal 367 44 225 0 125 50 3 510 135 67
Binary 11110111 100100 10010101 0 1010101 101000 11 101001000 1011101 110111

Color Harmonies of #F72495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72495

Black with #F72495

Text Example


Text Example

White with #F72495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72495; }

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

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

background-color css

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

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

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

border-color css

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

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

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