#F19F97

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

Shades of Sweet Pink #F19F97

Tints of Sweet Pink #F19F97

Color information

#F19F97 (or 0xF19F97) is unknown color: approx Sweet Pink. HEX triplet: F1, 9F and 97. RGB value is (241,159,151). Sum of RGB (Red+Green+Blue) = 241+159+151=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F97 is #0E6068. Grayscale: #B6B6B6. Windows color (decimal): -942185 or 9936881. OLE color: 9936881.

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

Color convert

RGB241159151-
CMYK00.340.370.05
HSL5.33º76.27%76.86%-
HSV(B)5.33º37.34%94.51%-
XYZ54.2645.7335.25-
YUV182.61110.17169.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=43.74%
G=28.86%
B=27.40%

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
Decimal24115915100.340.370.055.3376.2776.86
HexF19F9702225554c4d
Octal3612372270424555114115
Binary111100011001111110010111010001010010110110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F97; }

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

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

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

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

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

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

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

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