#F07485

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

Shades of Deep Blush #F07485

Tints of Deep Blush #F07485

Color information

#F07485 (or 0xF07485) is unknown color: approx Deep Blush. HEX triplet: F0, 74 and 85. RGB value is (240,116,133). Sum of RGB (Red+Green+Blue) = 240+116+133=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07485 is #0F8B7A. Grayscale: #9B9B9B. Windows color (decimal): -1018747 or 8746224. OLE color: 8746224.

HSL color Cylindrical-coordinate representation of color #F07485: hue angle of 351.77º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07485 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240116133-
CMYK00.520.450.06
HSL351.77º80.52%69.8%-
HSV(B)351.77º51.67%94.12%-
XYZ46.4132.7126.06-
YUV155.01115.58188.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=49.08%
G=23.72%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011613300.520.450.06351.7780.5269.8
HexF074850342D61605146
Octal360164205064556540121106
Binary11110000111010010000101011010010110111010110000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07485; }

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

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

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

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

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

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

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

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