#F16594

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

Shades of Deep Blush #F16594

Tints of Deep Blush #F16594

Color information

#F16594 (or 0xF16594) is unknown color: approx Deep Blush. HEX triplet: F1, 65 and 94. RGB value is (241,101,148). Sum of RGB (Red+Green+Blue) = 241+101+148=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16594 is #0E9A6B. Grayscale: #949494. Windows color (decimal): -957036 or 9725425. OLE color: 9725425.

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

Color convert

RGB241101148-
CMYK00.580.390.05
HSL339.86º83.33%67.06%-
HSV(B)339.86º58.09%94.51%-
XYZ46.2730.1531.4-
YUV148.22127.88194.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=49.18%
G=20.61%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110114800.580.390.05339.8683.3367.06
HexF1659403A2751545343
Octal361145224072475524123103
Binary11110001110010110010100011101010011110110101010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16594; }

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

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

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

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

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

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

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

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