#F0688E

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

Shades of Deep Blush #F0688E

Tints of Deep Blush #F0688E

Color information

#F0688E (or 0xF0688E) is unknown color: approx Deep Blush. HEX triplet: F0, 68 and 8E. RGB value is (240,104,142). Sum of RGB (Red+Green+Blue) = 240+104+142=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0688E is #0F9771. Grayscale: #949494. Windows color (decimal): -1021810 or 9332976. OLE color: 9332976.

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

Color convert

RGB240104142-
CMYK00.570.410.06
HSL343.24º81.93%67.45%-
HSV(B)343.24º56.67%94.12%-
XYZ45.7730.3829.04-
YUV149124.06192.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.38%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=49.38%
G=21.40%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010414200.570.410.06343.2481.9367.45
HexF0688E0392961575243
Octal360150216071516527122103
Binary11110000110100010001110011100110100111010101011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0688E; }

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

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

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

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

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

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

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

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