Html Css Color HEX #F72295 Persian Rose

📋 copy color: '#F72295'

red 247 ◦ green 34 ◦ blue 149

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

Shades of Persian Rose #F72295

Tints of Persian Rose #F72295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.91%

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

R = 57.44%
G = 7.91%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F72295 (or 0xF72295) is known color: Persian Rose. HEX triplet: F7, 22 and 95. RGB value is (247,34,149). Sum of RGB (Red+Green+Blue) = 247+34+149=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F72295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72295 is #08DD6A. Grayscale: #6E6E6E. Windows color (decimal): -580971 or 9773815. OLE color: 9773815.

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

Color convert

RGB 247 34 149 -
CMYK 0 0.86 0.40 0.03
HSL 327.61º 0.93% 0.55% -
HSV(B) 327.61º 0.86% 0.97% -
XYZ 44.35 23.09 30.55 -
YUV 110.8 149.57 225.15 -
System Red Green Blue C M Y K H S L
Decimal 247 34 149 0 0.86 0.40 0.03 327.61 0.93 0.55
Hex F7 22 95 0 56 28 3 148 5D 37
Octal 367 42 225 0 126 50 3 510 135 67
Binary 11110111 100010 10010101 0 1010110 101000 11 101001000 1011101 110111

Color Harmonies of #F72295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72295

Black with #F72295

Text Example


Text Example

White with #F72295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72295; }

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

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

background-color css

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

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

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

border-color css

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

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

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