Shades of Sweet Pink #F19991
Tints of Sweet Pink #F19991
RGB
CMYK
RGB Variations
Color information
#F19991 (or 0xF19991) is known color: Sweet Pink. HEX triplet: F1, 99 and 91. RGB value is (241,153,145). Sum of RGB (Red+Green+Blue) = 241+153+145=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19991 is #0E666E. Grayscale: #B2B2B2. Windows color (decimal): -943727 or 9542129. OLE color: 9542129.
HSL color Cylindrical-coordinate representation of color #F19991: hue angle of 5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19991 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 145 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.05 |
| HSL | 5º | 0.77% | 0.76% | - |
| HSV(B) | 5º | 0.4% | 0.95% | - |
| XYZ | 52.78 | 43.53 | 32.41 | - |
| YUV | 178.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 145 | 0 | 0.37 | 0.40 | 0.05 | 5 | 0.77 | 0.76 |
| Hex | F1 | 99 | 91 | 0 | 25 | 28 | 5 | 5 | 4D | 4C |
| Octal | 361 | 231 | 221 | 0 | 45 | 50 | 5 | 5 | 115 | 114 |
| Binary | 11110001 | 10011001 | 10010001 | 0 | 100101 | 101000 | 101 | 101 | 1001101 | 1001100 |
Color Harmonies of #F19991
Complementary color
Monochromatic Colors of #F19991
Black with #F19991
Text Example
Text Example
White with #F19991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19991; }
p { color: rgb(241,153,145); }
H1.HeaderClassName
{
color: #F19991;
}
.AnyTagClassName
{
color: #F19991;
}
</style>
background-color css
<style>
a { background-color: #F19991; }
a { background-color: rgb(241,153,145); }
div.DivClassName
{
background-color: #F19991;
}
.BgClassName
{
background-color: #F19991;
}
</style>
border-color css
<style>
span { border-color: #F19991; }
span { border-color: rgb(241,153,145); }
td.TdClassName
{
border-color: #F19991;
}
.TagClassName
{
border-color: #F19991;
}
</style>