#F66D95

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

Shades of Deep Blush #F66D95

Tints of Deep Blush #F66D95

Color information

#F66D95 (or 0xF66D95) is unknown color: approx Deep Blush. HEX triplet: F6, 6D and 95. RGB value is (246,109,149). Sum of RGB (Red+Green+Blue) = 246+109+149=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66D95 is #09926A. Grayscale: #9A9A9A. Windows color (decimal): -627307 or 9793014. OLE color: 9793014.

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

Color convert

RGB246109149-
CMYK00.560.390.04
HSL342.48º88.39%69.61%-
HSV(B)342.48º55.69%96.47%-
XYZ48.932.732.17-
YUV154.52124.89193.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.81%
GREEN value IS 109 (42.97% from 255) = 21.63%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=48.81%
G=21.63%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610914900.560.390.04342.4888.3969.61
HexF66D950382741565846
Octal366155225070474526130106
Binary11110110110110110010101011100010011110010101011010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66D95; }

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

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

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

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

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

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

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

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