Html Css Color HEX #F72FA9 Persian Rose

📋 copy color: '#F72FA9'

red 247 ◦ green 47 ◦ blue 169

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

Shades of Persian Rose #F72FA9

Tints of Persian Rose #F72FA9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.15%

 BLUE value IS 169 (66.41% from 255) = 36.5%

R = 53.35%
G = 10.15%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F72FA9 (or 0xF72FA9) is known color: Persian Rose. HEX triplet: F7, 2F and A9. RGB value is (247,47,169). Sum of RGB (Red+Green+Blue) = 247+47+169=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72FA9 is #08D056. Grayscale: #787878. Windows color (decimal): -577623 or 11087863. OLE color: 11087863.

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

Color convert

RGB 247 47 169 -
CMYK 0 0.81 0.32 0.03
HSL 323.4º 0.93% 0.58% -
HSV(B) 323.4º 0.81% 0.97% -
XYZ 46.54 24.67 39.85 -
YUV 120.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 247 47 169 0 0.81 0.32 0.03 323.4 0.93 0.58
Hex F7 2F A9 0 51 20 3 143 5D 3A
Octal 367 57 251 0 121 40 3 503 135 72
Binary 11110111 101111 10101001 0 1010001 100000 11 101000011 1011101 111010

Color Harmonies of #F72FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72FA9

Black with #F72FA9

Text Example


Text Example

White with #F72FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72FA9; }

 p { color: rgb(247,47,169); }

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

background-color css

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

 a { background-color: rgb(247,47,169); }

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

border-color css

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

 span { border-color: rgb(247,47,169); }

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