#f66b96

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

Shades of Deep Blush #F66B96

Tints of Deep Blush #F66B96

Color information

#F66B96 (or 0xF66B96) is unknown color: approx Deep Blush. HEX triplet: F6, 6B and 96. RGB value is (246,107,150). Sum of RGB (Red+Green+Blue) = 246+107+150=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F66B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66B96 is #099469. Grayscale: #999999. Windows color (decimal): -627818 or 9858038. OLE color: 9858038.

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

Color convert

RGB246107150-
CMYK00.570.390.04
HSL341.44º88.54%69.22%-
HSV(B)341.44º56.5%96.47%-
XYZ48.7732.3132.52-
YUV153.46126.05194-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=48.91%
G=21.27%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610715000.570.390.04341.4488.5469.22
HexF66B960392741555945
Octal366153226071474525131105
Binary11110110110101110010110011100110011110010101010110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f66b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f66b96; }

 p { color: rgb(246,107,150); }

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

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

 a { background-color: rgb(246,107,150); }

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

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

 span { border-color: rgb(246,107,150); }

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