Html Css Color HEX #F72589 Deep Pink

📋 copy color: '#F72589'

red 247 ◦ green 37 ◦ blue 137

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

Shades of Deep Pink #F72589

Tints of Deep Pink #F72589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.79%

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 58.67%
G = 8.79%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F72589 (or 0xF72589) is known color: Deep Pink. HEX triplet: F7, 25 and 89. RGB value is (247,37,137). Sum of RGB (Red+Green+Blue) = 247+37+137=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F72589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72589 is #08DA76. Grayscale: #6F6F6F. Windows color (decimal): -580215 or 8988151. OLE color: 8988151.

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

Color convert

RGB 247 37 137 -
CMYK 0 0.85 0.45 0.03
HSL 331.43º 0.93% 0.56% -
HSV(B) 331.43º 0.85% 0.97% -
XYZ 43.53 22.9 25.79 -
YUV 111.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 247 37 137 0 0.85 0.45 0.03 331.43 0.93 0.56
Hex F7 25 89 0 55 2D 3 14B 5D 38
Octal 367 45 211 0 125 55 3 513 135 70
Binary 11110111 100101 10001001 0 1010101 101101 11 101001011 1011101 111000

Color Harmonies of #F72589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72589

Black with #F72589

Text Example


Text Example

White with #F72589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72589; }

 p { color: rgb(247,37,137); }

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

background-color css

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

 a { background-color: rgb(247,37,137); }

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

border-color css

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

 span { border-color: rgb(247,37,137); }

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