#F72589

Color #F72589 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F72589

Tints of Deep Pink #F72589

Color information

#F72589 (or 0xF72589) is unknown color: approx 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

RGB24737137-
CMYK00.850.450.03
HSL331.43º92.92%55.69%-
HSV(B)331.43º85.02%96.86%-
XYZ43.5322.925.79-
YUV111.19142.57224.87-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473713700.850.450.03331.4392.9255.69
HexF725890552D314b5d38
Octal36745211012555351313570
Binary111101111001011000100101010101101101111010010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>