#F06597

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

Shades of Deep Blush #F06597

Tints of Deep Blush #F06597

Color information

#F06597 (or 0xF06597) is unknown color: approx Deep Blush. HEX triplet: F0, 65 and 97. RGB value is (240,101,151). Sum of RGB (Red+Green+Blue) = 240+101+151=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F06597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06597 is #0F9A68. Grayscale: #949494. Windows color (decimal): -1022569 or 9922032. OLE color: 9922032.

HSL color Cylindrical-coordinate representation of color #F06597: hue angle of 338.42º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06597 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240101151-
CMYK00.580.370.06
HSL338.42º82.25%66.86%-
HSV(B)338.42º57.92%94.12%-
XYZ46.1730.0732.65-
YUV148.26129.55193.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.78%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=48.78%
G=20.53%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010115100.580.370.06338.4282.2566.86
HexF0659703A2561525243
Octal360145227072456522122103
Binary11110000110010110010111011101010010111010101001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06597; }

 p { color: rgb(240,101,151); }

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

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

 a { background-color: rgb(240,101,151); }

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

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

 span { border-color: rgb(240,101,151); }

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