#F16696

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

Shades of Deep Blush #F16696

Tints of Deep Blush #F16696

Color information

#F16696 (or 0xF16696) is unknown color: approx Deep Blush. HEX triplet: F1, 66 and 96. RGB value is (241,102,150). Sum of RGB (Red+Green+Blue) = 241+102+150=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F16696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16696 is #0E9969. Grayscale: #949494. Windows color (decimal): -956778 or 9856753. OLE color: 9856753.

HSL color Cylindrical-coordinate representation of color #F16696: hue angle of 339.28º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16696 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241102150-
CMYK00.580.380.05
HSL339.28º83.23%67.25%-
HSV(B)339.28º57.68%94.51%-
XYZ46.5330.4132.27-
YUV149.03128.55193.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=48.88%
G=20.69%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110215000.580.380.05339.2883.2367.25
HexF1669603A2651535343
Octal361146226072465523123103
Binary11110001110011010010110011101010011010110101001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16696; }

 p { color: rgb(241,102,150); }

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

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

 a { background-color: rgb(241,102,150); }

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

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

 span { border-color: rgb(241,102,150); }

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