Shades of Tonys Pink #F19D81
Tints of Tonys Pink #F19D81
RGB
CMYK
RGB Variations
Color information
#F19D81 (or 0xF19D81) is known color: Tonys Pink. HEX triplet: F1, 9D and 81. RGB value is (241,157,129). Sum of RGB (Red+Green+Blue) = 241+157+129=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D81 is #0E627E. Grayscale: #B3B3B3. Windows color (decimal): -942719 or 8494577. OLE color: 8494577.
HSL color Cylindrical-coordinate representation of color #F19D81: hue angle of 15º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F19D81 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 129 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.05 |
| HSL | 15º | 0.8% | 0.73% | - |
| HSV(B) | 15º | 0.46% | 0.95% | - |
| XYZ | 52.3 | 44.4 | 26.58 | - |
| YUV | 178.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 129 | 0 | 0.35 | 0.46 | 0.05 | 15 | 0.8 | 0.73 |
| Hex | F1 | 9D | 81 | 0 | 23 | 2E | 5 | F | 50 | 49 |
| Octal | 361 | 235 | 201 | 0 | 43 | 56 | 5 | 17 | 120 | 111 |
| Binary | 11110001 | 10011101 | 10000001 | 0 | 100011 | 101110 | 101 | 1111 | 1010000 | 1001001 |
Color Harmonies of #F19D81
Complementary color
Monochromatic Colors of #F19D81
Black with #F19D81
Text Example
Text Example
White with #F19D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D81; }
p { color: rgb(241,157,129); }
H1.HeaderClassName
{
color: #F19D81;
}
.AnyTagClassName
{
color: #F19D81;
}
</style>
background-color css
<style>
a { background-color: #F19D81; }
a { background-color: rgb(241,157,129); }
div.DivClassName
{
background-color: #F19D81;
}
.BgClassName
{
background-color: #F19D81;
}
</style>
border-color css
<style>
span { border-color: #F19D81; }
span { border-color: rgb(241,157,129); }
td.TdClassName
{
border-color: #F19D81;
}
.TagClassName
{
border-color: #F19D81;
}
</style>