Shades of Sweet Pink #F19F9A
Tints of Sweet Pink #F19F9A
RGB
CMYK
RGB Variations
Color information
#F19F9A (or 0xF19F9A) is known color: Sweet Pink. HEX triplet: F1, 9F and 9A. RGB value is (241,159,154). Sum of RGB (Red+Green+Blue) = 241+159+154=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F9A is #0E6065. Grayscale: #B7B7B7. Windows color (decimal): -942182 or 10133489. OLE color: 10133489.
HSL color Cylindrical-coordinate representation of color #F19F9A: hue angle of 3.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19F9A is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 154 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.05 |
| HSL | 3.45º | 0.76% | 0.77% | - |
| HSV(B) | 3.45º | 0.36% | 0.95% | - |
| XYZ | 54.51 | 45.83 | 36.55 | - |
| YUV | 182.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 154 | 0 | 0.34 | 0.36 | 0.05 | 3.45 | 0.76 | 0.77 |
| Hex | F1 | 9F | 9A | 0 | 22 | 24 | 5 | 3 | 4C | 4D |
| Octal | 361 | 237 | 232 | 0 | 42 | 44 | 5 | 3 | 114 | 115 |
| Binary | 11110001 | 10011111 | 10011010 | 0 | 100010 | 100100 | 101 | 11 | 1001100 | 1001101 |
Color Harmonies of #F19F9A
Complementary color
Monochromatic Colors of #F19F9A
Black with #F19F9A
Text Example
Text Example
White with #F19F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F9A; }
p { color: rgb(241,159,154); }
H1.HeaderClassName
{
color: #F19F9A;
}
.AnyTagClassName
{
color: #F19F9A;
}
</style>
background-color css
<style>
a { background-color: #F19F9A; }
a { background-color: rgb(241,159,154); }
div.DivClassName
{
background-color: #F19F9A;
}
.BgClassName
{
background-color: #F19F9A;
}
</style>
border-color css
<style>
span { border-color: #F19F9A; }
span { border-color: rgb(241,159,154); }
td.TdClassName
{
border-color: #F19F9A;
}
.TagClassName
{
border-color: #F19F9A;
}
</style>