#f66e95

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

Shades of Deep Blush #F66E95

Tints of Deep Blush #F66E95

Color information

#F66E95 (or 0xF66E95) is unknown color: approx Deep Blush. HEX triplet: F6, 6E and 95. RGB value is (246,110,149). Sum of RGB (Red+Green+Blue) = 246+110+149=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F66E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66E95 is #09916A. Grayscale: #9B9B9B. Windows color (decimal): -627051 or 9793270. OLE color: 9793270.

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

Color convert

RGB246110149-
CMYK00.550.390.04
HSL342.79º88.31%69.8%-
HSV(B)342.79º55.28%96.47%-
XYZ49.0132.9132.2-
YUV155.11124.56192.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=48.71%
G=21.78%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611014900.550.390.04342.7988.3169.8
HexF66E950372741575846
Octal366156225067474527130106
Binary11110110110111010010101011011110011110010101011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f66e95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f66e95; }

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

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

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

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

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

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

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

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