#F06694

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

Shades of Deep Blush #F06694

Tints of Deep Blush #F06694

Color information

#F06694 (or 0xF06694) is unknown color: approx Deep Blush. HEX triplet: F0, 66 and 94. RGB value is (240,102,148). Sum of RGB (Red+Green+Blue) = 240+102+148=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F06694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06694 is #0F996B. Grayscale: #949494. Windows color (decimal): -1022316 or 9725680. OLE color: 9725680.

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

Color convert

RGB240102148-
CMYK00.580.380.06
HSL340º82.14%67.06%-
HSV(B)340º57.5%94.12%-
XYZ46.0330.1731.41-
YUV148.51127.72193.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.98%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=48.98%
G=20.82%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010214800.580.380.0634082.1467.06
HexF0669403A2661545243
Octal360146224072466524122103
Binary11110000110011010010100011101010011011010101010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06694; }

 p { color: rgb(240,102,148); }

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

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

 a { background-color: rgb(240,102,148); }

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

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

 span { border-color: rgb(240,102,148); }

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