#F66C94

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

Shades of Deep Blush #F66C94

Tints of Deep Blush #F66C94

Color information

#F66C94 (or 0xF66C94) is unknown color: approx Deep Blush. HEX triplet: F6, 6C and 94. RGB value is (246,108,148). Sum of RGB (Red+Green+Blue) = 246+108+148=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C94 is #09936B. Grayscale: #999999. Windows color (decimal): -627564 or 9727222. OLE color: 9727222.

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

Color convert

RGB246108148-
CMYK00.560.400.04
HSL342.61º88.46%69.41%-
HSV(B)342.61º56.1%96.47%-
XYZ48.7132.4631.71-
YUV153.82124.72193.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.00%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=49.00%
G=21.51%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610814800.560.400.04342.6188.4669.41
HexF66C940382841575845
Octal366154224070504527130105
Binary11110110110110010010100011100010100010010101011110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C94; }

 p { color: rgb(246,108,148); }

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

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

 a { background-color: rgb(246,108,148); }

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

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

 span { border-color: rgb(246,108,148); }

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