#F06F8F

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

Shades of Deep Blush #F06F8F

Tints of Deep Blush #F06F8F

Color information

#F06F8F (or 0xF06F8F) is unknown color: approx Deep Blush. HEX triplet: F0, 6F and 8F. RGB value is (240,111,143). Sum of RGB (Red+Green+Blue) = 240+111+143=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06F8F is #0F9070. Grayscale: #999999. Windows color (decimal): -1020017 or 9400304. OLE color: 9400304.

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

Color convert

RGB240111143-
CMYK00.540.400.06
HSL345.12º81.13%68.82%-
HSV(B)345.12º53.75%94.12%-
XYZ46.5831.8829.68-
YUV153.22122.24189.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.58%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=48.58%
G=22.47%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011114300.540.400.06345.1281.1368.82
HexF06F8F0362861595145
Octal360157217066506531121105
Binary11110000110111110001111011011010100011010101100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F8F; }

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

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

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

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

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

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

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

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