#F16F96

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

Shades of Deep Blush #F16F96

Tints of Deep Blush #F16F96

Color information

#F16F96 (or 0xF16F96) is unknown color: approx Deep Blush. HEX triplet: F1, 6F and 96. RGB value is (241,111,150). Sum of RGB (Red+Green+Blue) = 241+111+150=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F96 is #0E9069. Grayscale: #9A9A9A. Windows color (decimal): -954474 or 9859057. OLE color: 9859057.

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

Color convert

RGB241111150-
CMYK00.540.380.05
HSL342º82.28%69.02%-
HSV(B)342º53.94%94.51%-
XYZ47.4732.2732.58-
YUV154.32125.57189.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=48.01%
G=22.11%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111115000.540.380.0534282.2869.02
HexF16F960362651565245
Octal361157226066465526122105
Binary11110001110111110010110011011010011010110101011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16F96; }

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

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

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

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

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

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

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

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