#F19E97

Color #F19E97 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F19E97

Tints of Sweet Pink #F19E97

Color information

#F19E97 (or 0xF19E97) is unknown color: approx Sweet Pink. HEX triplet: F1, 9E and 97. RGB value is (241,158,151). Sum of RGB (Red+Green+Blue) = 241+158+151=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19E97 is #0E6168. Grayscale: #B6B6B6. Windows color (decimal): -942441 or 9936625. OLE color: 9936625.

HSL color Cylindrical-coordinate representation of color #F19E97: hue angle of 4.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F19E97 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB241158151-
CMYK00.340.370.05
HSL4.67º76.27%76.86%-
HSV(B)4.67º37.34%94.51%-
XYZ54.0945.3935.19-
YUV182.02110.5170.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 158 (62.11% from 255) = 28.73%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=43.82%
G=28.73%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115815100.340.370.054.6776.2776.86
HexF19E9702225554c4d
Octal3612362270424555114115
Binary111100011001111010010111010001010010110110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19E97; }

 p { color: rgb(241,158,151); }

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

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

 a { background-color: rgb(241,158,151); }

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

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

 span { border-color: rgb(241,158,151); }

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