#F66C96

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

Shades of Deep Blush #F66C96

Tints of Deep Blush #F66C96

Color information

#F66C96 (or 0xF66C96) is unknown color: approx Deep Blush. HEX triplet: F6, 6C and 96. RGB value is (246,108,150). Sum of RGB (Red+Green+Blue) = 246+108+150=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C96 is #099369. Grayscale: #9A9A9A. Windows color (decimal): -627562 or 9858294. OLE color: 9858294.

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

Color convert

RGB246108150-
CMYK00.560.390.04
HSL341.74º88.46%69.41%-
HSV(B)341.74º56.1%96.47%-
XYZ48.8732.5232.56-
YUV154.05125.72193.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.81%
GREEN value IS 108 (42.58% from 255) = 21.43%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=48.81%
G=21.43%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610815000.560.390.04341.7488.4669.41
HexF66C960382741565845
Octal366154226070474526130105
Binary11110110110110010010110011100010011110010101011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C96; }

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

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

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

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

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

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

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

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