#F66D94

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

Shades of Deep Blush #F66D94

Tints of Deep Blush #F66D94

Color information

#F66D94 (or 0xF66D94) is unknown color: approx Deep Blush. HEX triplet: F6, 6D and 94. RGB value is (246,109,148). Sum of RGB (Red+Green+Blue) = 246+109+148=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66D94 is #09926B. Grayscale: #9A9A9A. Windows color (decimal): -627308 or 9727478. OLE color: 9727478.

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

Color convert

RGB246109148-
CMYK00.560.400.04
HSL342.92º88.39%69.61%-
HSV(B)342.92º55.69%96.47%-
XYZ48.8232.6731.75-
YUV154.41124.39193.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=48.91%
G=21.67%
B=29.42%

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
Decimal24610914800.560.400.04342.9288.3969.61
HexF66D940382841575846
Octal366155224070504527130106
Binary11110110110110110010100011100010100010010101011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66D94; }

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

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

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

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

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

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

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

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