#F16998

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

Shades of Deep Blush #F16998

Tints of Deep Blush #F16998

Color information

#F16998 (or 0xF16998) is unknown color: approx Deep Blush. HEX triplet: F1, 69 and 98. RGB value is (241,105,152). Sum of RGB (Red+Green+Blue) = 241+105+152=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F16998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16998 is #0E9667. Grayscale: #969696. Windows color (decimal): -956008 or 9988593. OLE color: 9988593.

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

Color convert

RGB241105152-
CMYK00.560.370.05
HSL339.26º82.93%67.84%-
HSV(B)339.26º56.43%94.51%-
XYZ46.9931.0733.23-
YUV151.02128.56192.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=48.39%
G=21.08%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110515200.560.370.05339.2682.9367.84
HexF169980382551535344
Octal361151230070455523123104
Binary11110001110100110011000011100010010110110101001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16998; }

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

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

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

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

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

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

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

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