Html Css Color HEX #F72899 Persian Rose

📋 copy color: '#F72899'

red 247 ◦ green 40 ◦ blue 153

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

Shades of Persian Rose #F72899

Tints of Persian Rose #F72899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 56.14%
G = 9.09%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F72899 (or 0xF72899) is known color: Persian Rose. HEX triplet: F7, 28 and 99. RGB value is (247,40,153). Sum of RGB (Red+Green+Blue) = 247+40+153=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F72899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72899 is #08D766. Grayscale: #727272. Windows color (decimal): -579431 or 10037495. OLE color: 10037495.

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

Color convert

RGB 247 40 153 -
CMYK 0 0.84 0.38 0.03
HSL 327.25º 0.93% 0.56% -
HSV(B) 327.25º 0.84% 0.97% -
XYZ 44.87 23.59 32.33 -
YUV 114.78 149.58 222.31 -
System Red Green Blue C M Y K H S L
Decimal 247 40 153 0 0.84 0.38 0.03 327.25 0.93 0.56
Hex F7 28 99 0 54 26 3 147 5D 38
Octal 367 50 231 0 124 46 3 507 135 70
Binary 11110111 101000 10011001 0 1010100 100110 11 101000111 1011101 111000

Color Harmonies of #F72899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72899

Black with #F72899

Text Example


Text Example

White with #F72899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72899; }

 p { color: rgb(247,40,153); }

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

background-color css

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

 a { background-color: rgb(247,40,153); }

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

border-color css

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

 span { border-color: rgb(247,40,153); }

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