#F66F96

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

Shades of Deep Blush #F66F96

Tints of Deep Blush #F66F96

Color information

#F66F96 (or 0xF66F96) is unknown color: approx Deep Blush. HEX triplet: F6, 6F and 96. RGB value is (246,111,150). Sum of RGB (Red+Green+Blue) = 246+111+150=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66F96 is #099069. Grayscale: #9B9B9B. Windows color (decimal): -626794 or 9859062. OLE color: 9859062.

HSL color Cylindrical-coordinate representation of color #F66F96: hue angle of 342.67º 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 #F66F96 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246111150-
CMYK00.550.390.04
HSL342.67º88.24%70%-
HSV(B)342.67º54.88%96.47%-
XYZ49.233.1632.66-
YUV155.81124.73192.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.52%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=48.52%
G=21.89%
B=29.59%

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
Decimal24611115000.550.390.04342.6788.2470
HexF66F960372741575846
Octal366157226067474527130106
Binary11110110110111110010110011011110011110010101011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66F96; }

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

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

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

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

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

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

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

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