Html Css Color HEX #F07089 Deep Blush

📋 copy color: '#F07089'

red 240 ◦ green 112 ◦ blue 137

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

Shades of Deep Blush #F07089

Tints of Deep Blush #F07089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.9%

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

R = 49.08%
G = 22.9%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F07089 (or 0xF07089) is known color: Deep Blush. HEX triplet: F0, 70 and 89. RGB value is (240,112,137). Sum of RGB (Red+Green+Blue) = 240+112+137=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07089 is #0F8F76. Grayscale: #999999. Windows color (decimal): -1019767 or 9007344. OLE color: 9007344.

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

Color convert

RGB 240 112 137 -
CMYK 0 0.53 0.43 0.06
HSL 348.28º 0.81% 0.69% -
HSV(B) 348.28º 0.53% 0.94% -
XYZ 46.24 31.92 27.39 -
YUV 153.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 240 112 137 0 0.53 0.43 0.06 348.28 0.81 0.69
Hex F0 70 89 0 35 2B 6 15C 51 45
Octal 360 160 211 0 65 53 6 534 121 105
Binary 11110000 1110000 10001001 0 110101 101011 110 101011100 1010001 1000101

Color Harmonies of #F07089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07089

Black with #F07089

Text Example


Text Example

White with #F07089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07089; }

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

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

background-color css

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

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

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

border-color css

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

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

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