#F06C8E

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

Shades of Deep Blush #F06C8E

Tints of Deep Blush #F06C8E

Color information

#F06C8E (or 0xF06C8E) is unknown color: approx Deep Blush. HEX triplet: F0, 6C and 8E. RGB value is (240,108,142). Sum of RGB (Red+Green+Blue) = 240+108+142=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C8E is #0F9371. Grayscale: #979797. Windows color (decimal): -1020786 or 9334000. OLE color: 9334000.

HSL color Cylindrical-coordinate representation of color #F06C8E: hue angle of 344.55º degrees, saturation: 0.81, 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 #F06C8E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240108142-
CMYK00.550.410.06
HSL344.55º81.48%68.24%-
HSV(B)344.55º55%94.12%-
XYZ46.1831.229.18-
YUV151.34122.73191.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.98%
GREEN value IS 108 (42.58% from 255) = 22.04%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=48.98%
G=22.04%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010814200.550.410.06344.5581.4868.24
HexF06C8E0372961595144
Octal360154216067516531121104
Binary11110000110110010001110011011110100111010101100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06C8E; }

 p { color: rgb(240,108,142); }

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

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

 a { background-color: rgb(240,108,142); }

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

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

 span { border-color: rgb(240,108,142); }

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