#F66695

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

Shades of Deep Blush #F66695

Tints of Deep Blush #F66695

Color information

#F66695 (or 0xF66695) is unknown color: approx Deep Blush. HEX triplet: F6, 66 and 95. RGB value is (246,102,149). Sum of RGB (Red+Green+Blue) = 246+102+149=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F66695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66695 is #09996A. Grayscale: #969696. Windows color (decimal): -629099 or 9791222. OLE color: 9791222.

HSL color Cylindrical-coordinate representation of color #F66695: hue angle of 340.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66695 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246102149-
CMYK00.590.390.04
HSL340.42º88.89%68.24%-
HSV(B)340.42º58.54%96.47%-
XYZ48.1831.2731.93-
YUV150.41127.21196.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=49.50%
G=20.52%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610214900.590.390.04340.4288.8968.24
HexF6669503B2741545944
Octal366146225073474524131104
Binary11110110110011010010101011101110011110010101010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66695; }

 p { color: rgb(246,102,149); }

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

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

 a { background-color: rgb(246,102,149); }

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

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

 span { border-color: rgb(246,102,149); }

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