#F66F8C

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

Shades of Deep Blush #F66F8C

Tints of Deep Blush #F66F8C

Color information

#F66F8C (or 0xF66F8C) is unknown color: approx Deep Blush. HEX triplet: F6, 6F and 8C. RGB value is (246,111,140). Sum of RGB (Red+Green+Blue) = 246+111+140=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66F8C is #099073. Grayscale: #9A9A9A. Windows color (decimal): -626804 or 9203702. OLE color: 9203702.

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

Color convert

RGB246111140-
CMYK00.550.430.04
HSL347.11º88.24%70%-
HSV(B)347.11º54.88%96.47%-
XYZ48.4232.8628.6-
YUV154.67119.73193.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=49.50%
G=22.33%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611114000.550.430.04347.1188.2470
HexF66F8C0372B415b5846
Octal366157214067534533130106
Binary11110110110111110001100011011110101110010101101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66F8C; }

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

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

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

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

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

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

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

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