#F06990

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

Shades of Deep Blush #F06990

Tints of Deep Blush #F06990

Color information

#F06990 (or 0xF06990) is unknown color: approx Deep Blush. HEX triplet: F0, 69 and 90. RGB value is (240,105,144). Sum of RGB (Red+Green+Blue) = 240+105+144=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F06990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06990 is #0F966F. Grayscale: #959595. Windows color (decimal): -1021552 or 9464304. OLE color: 9464304.

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

Color convert

RGB240105144-
CMYK00.560.40.06
HSL342.67º81.82%67.65%-
HSV(B)342.67º56.25%94.12%-
XYZ46.0230.6429.87-
YUV149.81124.73192.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=49.08%
G=21.47%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010514400.560.40.06342.6781.8267.65
HexF069900382861575244
Octal360151220070506527122104
Binary11110000110100110010000011100010100011010101011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06990; }

 p { color: rgb(240,105,144); }

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

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

 a { background-color: rgb(240,105,144); }

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

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

 span { border-color: rgb(240,105,144); }

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