#F07887

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

Shades of Deep Blush #F07887

Tints of Deep Blush #F07887

Color information

#F07887 (or 0xF07887) is unknown color: approx Deep Blush. HEX triplet: F0, 78 and 87. RGB value is (240,120,135). Sum of RGB (Red+Green+Blue) = 240+120+135=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F07887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07887 is #0F8778. Grayscale: #9D9D9D. Windows color (decimal): -1017721 or 8878320. OLE color: 8878320.

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

Color convert

RGB240120135-
CMYK00.50.440.06
HSL352.5º80%70.59%-
HSV(B)352.5º50%94.12%-
XYZ47.0233.7126.95-
YUV157.59115.26186.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 135 (53.12% from 255) = 27.27%
R=48.48%
G=24.24%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012013500.50.440.06352.58070.59
HexF078870322C61605047
Octal360170207062546540120107
Binary11110000111100010000111011001010110011010110000010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07887; }

 p { color: rgb(240,120,135); }

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

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

 a { background-color: rgb(240,120,135); }

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

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

 span { border-color: rgb(240,120,135); }

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