#F16490

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

Shades of Deep Blush #F16490

Tints of Deep Blush #F16490

Color information

#F16490 (or 0xF16490) is unknown color: approx Deep Blush. HEX triplet: F1, 64 and 90. RGB value is (241,100,144). Sum of RGB (Red+Green+Blue) = 241+100+144=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F16490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16490 is #0E9B6F. Grayscale: #939393. Windows color (decimal): -957296 or 9463025. OLE color: 9463025.

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

Color convert

RGB241100144-
CMYK00.590.400.05
HSL341.28º83.43%66.86%-
HSV(B)341.28º58.51%94.51%-
XYZ45.8729.8329.73-
YUV147.17126.21194.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=49.69%
G=20.62%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110014400.590.400.05341.2883.4366.86
HexF1649003B2851555343
Octal361144220073505525123103
Binary11110001110010010010000011101110100010110101010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16490; }

 p { color: rgb(241,100,144); }

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

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

 a { background-color: rgb(241,100,144); }

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

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

 span { border-color: rgb(241,100,144); }

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