#F16993

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

Shades of Deep Blush #F16993

Tints of Deep Blush #F16993

Color information

#F16993 (or 0xF16993) is unknown color: approx Deep Blush. HEX triplet: F1, 69 and 93. RGB value is (241,105,147). Sum of RGB (Red+Green+Blue) = 241+105+147=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F16993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16993 is #0E966C. Grayscale: #969696. Windows color (decimal): -956013 or 9660913. OLE color: 9660913.

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

Color convert

RGB241105147-
CMYK00.560.390.05
HSL341.47º82.93%67.84%-
HSV(B)341.47º56.43%94.51%-
XYZ46.5930.9131.11-
YUV150.45126.06192.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=48.88%
G=21.30%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110514700.560.390.05341.4782.9367.84
HexF169930382751555344
Octal361151223070475525123104
Binary11110001110100110010011011100010011110110101010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16993; }

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

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

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

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

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

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

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

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