#F16295

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

Shades of Deep Blush #F16295

Tints of Deep Blush #F16295

Color information

#F16295 (or 0xF16295) is unknown color: approx Deep Blush. HEX triplet: F1, 62 and 95. RGB value is (241,98,149). Sum of RGB (Red+Green+Blue) = 241+98+149=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16295 is #0E9D6A. Grayscale: #929292. Windows color (decimal): -957803 or 9790193. OLE color: 9790193.

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

Color convert

RGB24198149-
CMYK00.590.380.05
HSL338.6º83.63%66.47%-
HSV(B)338.6º59.34%94.51%-
XYZ46.0729.6131.72-
YUV146.57129.38195.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 98 (38.67% from 255) = 20.08%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=49.39%
G=20.08%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419814900.590.380.05338.683.6366.47
HexF1629503B2651535442
Octal361142225073465523124102
Binary11110001110001010010101011101110011010110101001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16295; }

 p { color: rgb(241,98,149); }

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

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

 a { background-color: rgb(241,98,149); }

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

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

 span { border-color: rgb(241,98,149); }

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