#F16891

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

Shades of Deep Blush #F16891

Tints of Deep Blush #F16891

Color information

#F16891 (or 0xF16891) is unknown color: approx Deep Blush. HEX triplet: F1, 68 and 91. RGB value is (241,104,145). Sum of RGB (Red+Green+Blue) = 241+104+145=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16891 is #0E976E. Grayscale: #959595. Windows color (decimal): -956271 or 9529585. OLE color: 9529585.

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

Color convert

RGB241104145-
CMYK00.570.400.05
HSL342.04º83.03%67.65%-
HSV(B)342.04º56.85%94.51%-
XYZ46.3430.6530.26-
YUV149.64125.39193.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=49.18%
G=21.22%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110414500.570.400.05342.0483.0367.65
HexF168910392851565344
Octal361150221071505526123104
Binary11110001110100010010001011100110100010110101011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16891; }

 p { color: rgb(241,104,145); }

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

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

 a { background-color: rgb(241,104,145); }

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

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

 span { border-color: rgb(241,104,145); }

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