Shades of Tonys Pink #F19F8A
Tints of Tonys Pink #F19F8A
RGB
CMYK
RGB Variations
Color information
#F19F8A (or 0xF19F8A) is known color: Tonys Pink. HEX triplet: F1, 9F and 8A. RGB value is (241,159,138). Sum of RGB (Red+Green+Blue) = 241+159+138=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F8A is #0E6075. Grayscale: #B5B5B5. Windows color (decimal): -942198 or 9084913. OLE color: 9084913.
HSL color Cylindrical-coordinate representation of color #F19F8A: hue angle of 12.23º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F19F8A is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 138 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.05 |
| HSL | 12.23º | 0.79% | 0.74% | - |
| HSV(B) | 12.23º | 0.43% | 0.95% | - |
| XYZ | 53.26 | 45.33 | 29.99 | - |
| YUV | 181.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 138 | 0 | 0.34 | 0.43 | 0.05 | 12.23 | 0.79 | 0.74 |
| Hex | F1 | 9F | 8A | 0 | 22 | 2B | 5 | C | 4F | 4A |
| Octal | 361 | 237 | 212 | 0 | 42 | 53 | 5 | 14 | 117 | 112 |
| Binary | 11110001 | 10011111 | 10001010 | 0 | 100010 | 101011 | 101 | 1100 | 1001111 | 1001010 |
Color Harmonies of #F19F8A
Complementary color
Monochromatic Colors of #F19F8A
Black with #F19F8A
Text Example
Text Example
White with #F19F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F8A; }
p { color: rgb(241,159,138); }
H1.HeaderClassName
{
color: #F19F8A;
}
.AnyTagClassName
{
color: #F19F8A;
}
</style>
background-color css
<style>
a { background-color: #F19F8A; }
a { background-color: rgb(241,159,138); }
div.DivClassName
{
background-color: #F19F8A;
}
.BgClassName
{
background-color: #F19F8A;
}
</style>
border-color css
<style>
span { border-color: #F19F8A; }
span { border-color: rgb(241,159,138); }
td.TdClassName
{
border-color: #F19F8A;
}
.TagClassName
{
border-color: #F19F8A;
}
</style>