#F16992

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

Shades of Deep Blush #F16992

Tints of Deep Blush #F16992

Color information

#F16992 (or 0xF16992) is unknown color: approx Deep Blush. HEX triplet: F1, 69 and 92. RGB value is (241,105,146). Sum of RGB (Red+Green+Blue) = 241+105+146=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F16992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16992 is #0E966D. Grayscale: #969696. Windows color (decimal): -956014 or 9595377. OLE color: 9595377.

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

Color convert

RGB241105146-
CMYK00.560.390.05
HSL341.91º82.93%67.84%-
HSV(B)341.91º56.43%94.51%-
XYZ46.5230.8830.7-
YUV150.34125.56192.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.98%
GREEN value IS 105 (41.41% from 255) = 21.34%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=48.98%
G=21.34%
B=29.67%

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
Decimal24110514600.560.390.05341.9182.9367.84
HexF169920382751565344
Octal361151222070475526123104
Binary11110001110100110010010011100010011110110101011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16992; }

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

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

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

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

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

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

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

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