#F07188

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

Shades of Deep Blush #F07188

Tints of Deep Blush #F07188

Color information

#F07188 (or 0xF07188) is unknown color: approx Deep Blush. HEX triplet: F0, 71 and 88. RGB value is (240,113,136). Sum of RGB (Red+Green+Blue) = 240+113+136=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07188 is #0F8E77. Grayscale: #999999. Windows color (decimal): -1019512 or 8942064. OLE color: 8942064.

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

Color convert

RGB240113136-
CMYK00.530.430.06
HSL349.13º80.89%69.22%-
HSV(B)349.13º52.92%94.12%-
XYZ46.2832.1127.05-
YUV153.6118.08189.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=49.08%
G=23.11%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011313600.530.430.06349.1380.8969.22
HexF071880352B615d5145
Octal360161210065536535121105
Binary11110000111000110001000011010110101111010101110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07188; }

 p { color: rgb(240,113,136); }

 H1.HeaderClassName
 {
   color: #F07188;
 }
 .AnyTagClassName
 {
   color: #F07188;
 }
</style>
background-color css

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

 a { background-color: rgb(240,113,136); }

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

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

 span { border-color: rgb(240,113,136); }

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