Shades of Tonys Pink #F19E8D
Tints of Tonys Pink #F19E8D
RGB
CMYK
RGB Variations
Color information
#F19E8D (or 0xF19E8D) is known color: Tonys Pink. HEX triplet: F1, 9E and 8D. RGB value is (241,158,141). Sum of RGB (Red+Green+Blue) = 241+158+141=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19E8D is #0E6172. Grayscale: #B5B5B5. Windows color (decimal): -942451 or 9281265. OLE color: 9281265.
HSL color Cylindrical-coordinate representation of color #F19E8D: hue angle of 10.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F19E8D is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 141 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.05 |
| HSL | 10.2º | 0.78% | 0.75% | - |
| HSV(B) | 10.2º | 0.41% | 0.95% | - |
| XYZ | 53.31 | 45.08 | 31.09 | - |
| YUV | 180.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 141 | 0 | 0.34 | 0.41 | 0.05 | 10.2 | 0.78 | 0.75 |
| Hex | F1 | 9E | 8D | 0 | 22 | 29 | 5 | A | 4E | 4B |
| Octal | 361 | 236 | 215 | 0 | 42 | 51 | 5 | 12 | 116 | 113 |
| Binary | 11110001 | 10011110 | 10001101 | 0 | 100010 | 101001 | 101 | 1010 | 1001110 | 1001011 |
Color Harmonies of #F19E8D
Complementary color
Monochromatic Colors of #F19E8D
Black with #F19E8D
Text Example
Text Example
White with #F19E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19E8D; }
p { color: rgb(241,158,141); }
H1.HeaderClassName
{
color: #F19E8D;
}
.AnyTagClassName
{
color: #F19E8D;
}
</style>
background-color css
<style>
a { background-color: #F19E8D; }
a { background-color: rgb(241,158,141); }
div.DivClassName
{
background-color: #F19E8D;
}
.BgClassName
{
background-color: #F19E8D;
}
</style>
border-color css
<style>
span { border-color: #F19E8D; }
span { border-color: rgb(241,158,141); }
td.TdClassName
{
border-color: #F19E8D;
}
.TagClassName
{
border-color: #F19E8D;
}
</style>