#F16994

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

Shades of Deep Blush #F16994

Tints of Deep Blush #F16994

Color information

#F16994 (or 0xF16994) is unknown color: approx Deep Blush. HEX triplet: F1, 69 and 94. RGB value is (241,105,148). Sum of RGB (Red+Green+Blue) = 241+105+148=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F16994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16994 is #0E966B. Grayscale: #969696. Windows color (decimal): -956012 or 9726449. OLE color: 9726449.

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

Color convert

RGB241105148-
CMYK00.560.390.05
HSL341.03º82.93%67.84%-
HSV(B)341.03º56.43%94.51%-
XYZ46.6730.9431.53-
YUV150.57126.56192.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=48.79%
G=21.26%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110514800.560.390.05341.0382.9367.84
HexF169940382751555344
Octal361151224070475525123104
Binary11110001110100110010100011100010011110110101010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16994; }

 p { color: rgb(241,105,148); }

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

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

 a { background-color: rgb(241,105,148); }

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

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

 span { border-color: rgb(241,105,148); }

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