Shades of Sweet Pink #F19997
Tints of Sweet Pink #F19997
RGB
CMYK
RGB Variations
Color information
#F19997 (or 0xF19997) is known color: Sweet Pink. HEX triplet: F1, 99 and 97. RGB value is (241,153,151). Sum of RGB (Red+Green+Blue) = 241+153+151=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F19997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19997 is #0E6668. Grayscale: #B3B3B3. Windows color (decimal): -943721 or 9935345. OLE color: 9935345.
HSL color Cylindrical-coordinate representation of color #F19997: hue angle of 1.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 #F19997 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 151 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.05 |
| HSL | 1.33º | 0.76% | 0.77% | - |
| HSV(B) | 1.33º | 0.37% | 0.95% | - |
| XYZ | 53.25 | 43.72 | 34.91 | - |
| YUV | 179.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 151 | 0 | 0.37 | 0.37 | 0.05 | 1.33 | 0.76 | 0.77 |
| Hex | F1 | 99 | 97 | 0 | 25 | 25 | 5 | 1 | 4C | 4D |
| Octal | 361 | 231 | 227 | 0 | 45 | 45 | 5 | 1 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10010111 | 0 | 100101 | 100101 | 101 | 1 | 1001100 | 1001101 |
Color Harmonies of #F19997
Complementary color
Monochromatic Colors of #F19997
Black with #F19997
Text Example
Text Example
White with #F19997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19997; }
p { color: rgb(241,153,151); }
H1.HeaderClassName
{
color: #F19997;
}
.AnyTagClassName
{
color: #F19997;
}
</style>
background-color css
<style>
a { background-color: #F19997; }
a { background-color: rgb(241,153,151); }
div.DivClassName
{
background-color: #F19997;
}
.BgClassName
{
background-color: #F19997;
}
</style>
border-color css
<style>
span { border-color: #F19997; }
span { border-color: rgb(241,153,151); }
td.TdClassName
{
border-color: #F19997;
}
.TagClassName
{
border-color: #F19997;
}
</style>