#F06A8F

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

Shades of Deep Blush #F06A8F

Tints of Deep Blush #F06A8F

Color information

#F06A8F (or 0xF06A8F) is unknown color: approx Deep Blush. HEX triplet: F0, 6A and 8F. RGB value is (240,106,143). Sum of RGB (Red+Green+Blue) = 240+106+143=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A8F is #0F9570. Grayscale: #969696. Windows color (decimal): -1021297 or 9399024. OLE color: 9399024.

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

Color convert

RGB240106143-
CMYK00.560.400.06
HSL343.43º81.71%67.84%-
HSV(B)343.43º55.83%94.12%-
XYZ46.0530.8229.51-
YUV150.28123.89191.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=49.08%
G=21.68%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010614300.560.400.06343.4381.7167.84
HexF06A8F0382861575244
Octal360152217070506527122104
Binary11110000110101010001111011100010100011010101011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06A8F; }

 p { color: rgb(240,106,143); }

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

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

 a { background-color: rgb(240,106,143); }

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

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

 span { border-color: rgb(240,106,143); }

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