Html Css Color HEX #F07589 Deep Blush

📋 copy color: '#F07589'

red 240 ◦ green 117 ◦ blue 137

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

Shades of Deep Blush #F07589

Tints of Deep Blush #F07589

RGB

 RED value IS 240 (94.14% from 255) = 48.58%

 GREEN value IS 117 (46.09% from 255) = 23.68%

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

R = 48.58%
G = 23.68%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F07589 (or 0xF07589) is known color: Deep Blush. HEX triplet: F0, 75 and 89. RGB value is (240,117,137). Sum of RGB (Red+Green+Blue) = 240+117+137=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F07589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07589 is #0F8A76. Grayscale: #9C9C9C. Windows color (decimal): -1018487 or 9008624. OLE color: 9008624.

HSL color Cylindrical-coordinate representation of color #F07589: hue angle of 350.24º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07589 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 137 -
CMYK 0 0.51 0.43 0.06
HSL 350.24º 0.8% 0.7% -
HSV(B) 350.24º 0.51% 0.94% -
XYZ 46.81 33.05 27.58 -
YUV 156.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 240 117 137 0 0.51 0.43 0.06 350.24 0.8 0.7
Hex F0 75 89 0 33 2B 6 15E 50 46
Octal 360 165 211 0 63 53 6 536 120 106
Binary 11110000 1110101 10001001 0 110011 101011 110 101011110 1010000 1000110

Color Harmonies of #F07589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07589

Black with #F07589

Text Example


Text Example

White with #F07589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07589; }

 p { color: rgb(240,117,137); }

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

background-color css

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

 a { background-color: rgb(240,117,137); }

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

border-color css

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

 span { border-color: rgb(240,117,137); }

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