Html Css Color HEX #F07099 Deep Blush

📋 copy color: '#F07099'

red 240 ◦ green 112 ◦ blue 153

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

Shades of Deep Blush #F07099

Tints of Deep Blush #F07099

RGB

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

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

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

R = 47.52%
G = 22.18%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F07099 (or 0xF07099) is known color: Deep Blush. HEX triplet: F0, 70 and 99. RGB value is (240,112,153). Sum of RGB (Red+Green+Blue) = 240+112+153=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07099 is #0F8F66. Grayscale: #9A9A9A. Windows color (decimal): -1019751 or 10055920. OLE color: 10055920.

HSL color Cylindrical-coordinate representation of color #F07099: hue angle of 340.78º 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 #F07099 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 153 -
CMYK 0 0.53 0.36 0.06
HSL 340.78º 0.81% 0.69% -
HSV(B) 340.78º 0.53% 0.94% -
XYZ 47.48 32.41 33.89 -
YUV 154.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 240 112 153 0 0.53 0.36 0.06 340.78 0.81 0.69
Hex F0 70 99 0 35 24 6 155 51 45
Octal 360 160 231 0 65 44 6 525 121 105
Binary 11110000 1110000 10011001 0 110101 100100 110 101010101 1010001 1000101

Color Harmonies of #F07099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07099

Black with #F07099

Text Example


Text Example

White with #F07099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07099; }

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

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

background-color css

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

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

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

border-color css

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

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

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