#F07099

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

Shades of Deep Blush #F07099

Tints of Deep Blush #F07099

Color information

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

RGB240112153-
CMYK00.530.360.06
HSL340.78º81.01%69.02%-
HSV(B)340.78º53.33%94.12%-
XYZ47.4832.4133.89-
YUV154.95126.91188.67-

RGB Variations

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

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.30%
R=47.52%
G=22.18%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011215300.530.360.06340.7881.0169.02
HexF070990352461555145
Octal360160231065446525121105
Binary11110000111000010011001011010110010011010101010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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