#F06B90

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

Shades of Deep Blush #F06B90

Tints of Deep Blush #F06B90

Color information

#F06B90 (or 0xF06B90) is unknown color: approx Deep Blush. HEX triplet: F0, 6B and 90. RGB value is (240,107,144). Sum of RGB (Red+Green+Blue) = 240+107+144=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06B90 is #0F946F. Grayscale: #969696. Windows color (decimal): -1021040 or 9464816. OLE color: 9464816.

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

Color convert

RGB240107144-
CMYK00.550.40.06
HSL343.31º81.6%68.04%-
HSV(B)343.31º55.42%94.12%-
XYZ46.2331.0529.94-
YUV150.98124.06191.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=48.88%
G=21.79%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010714400.550.40.06343.3181.668.04
HexF06B900372861575244
Octal360153220067506527122104
Binary11110000110101110010000011011110100011010101011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06B90; }

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

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

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

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

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

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

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

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