#F07985

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

Shades of Deep Blush #F07985

Tints of Deep Blush #F07985

Color information

#F07985 (or 0xF07985) is unknown color: approx Deep Blush. HEX triplet: F0, 79 and 85. RGB value is (240,121,133). Sum of RGB (Red+Green+Blue) = 240+121+133=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F07985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07985 is #0F867A. Grayscale: #9E9E9E. Windows color (decimal): -1017467 or 8747504. OLE color: 8747504.

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

Color convert

RGB240121133-
CMYK00.500.450.06
HSL353.95º79.87%70.78%-
HSV(B)353.95º49.58%94.12%-
XYZ47.0133.8926.25-
YUV157.95113.92186.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.58%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=48.58%
G=24.49%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012113300.500.450.06353.9579.8770.78
HexF079850322D61625047
Octal360171205062556542120107
Binary11110000111100110000101011001010110111010110001010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07985; }

 p { color: rgb(240,121,133); }

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

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

 a { background-color: rgb(240,121,133); }

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

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

 span { border-color: rgb(240,121,133); }

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