Shades of Tea Rose #F181D0
Tints of Tea Rose #F181D0
RGB
CMYK
RGB Variations
Color information
#F181D0 (or 0xF181D0) is known color: Tea Rose. HEX triplet: F1, 81 and D0. RGB value is (241,129,208). Sum of RGB (Red+Green+Blue) = 241+129+208=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F181D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181D0 is #0E7E2F. Grayscale: #ABABAB. Windows color (decimal): -949808 or 13664753. OLE color: 13664753.
HSL color Cylindrical-coordinate representation of color #F181D0: hue angle of 317.68º 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 #F181D0 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 208 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.05 |
| HSL | 317.68º | 0.8% | 0.73% | - |
| HSV(B) | 317.68º | 0.46% | 0.95% | - |
| XYZ | 55.51 | 38.96 | 64.27 | - |
| YUV | 171.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 208 | 0 | 0.46 | 0.14 | 0.05 | 317.68 | 0.8 | 0.73 |
| Hex | F1 | 81 | D0 | 0 | 2E | E | 5 | 13E | 50 | 49 |
| Octal | 361 | 201 | 320 | 0 | 56 | 16 | 5 | 476 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11010000 | 0 | 101110 | 1110 | 101 | 100111110 | 1010000 | 1001001 |
Color Harmonies of #F181D0
Complementary color
Monochromatic Colors of #F181D0
Black with #F181D0
Text Example
Text Example
White with #F181D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181D0; }
p { color: rgb(241,129,208); }
H1.HeaderClassName
{
color: #F181D0;
}
.AnyTagClassName
{
color: #F181D0;
}
</style>
background-color css
<style>
a { background-color: #F181D0; }
a { background-color: rgb(241,129,208); }
div.DivClassName
{
background-color: #F181D0;
}
.BgClassName
{
background-color: #F181D0;
}
</style>
border-color css
<style>
span { border-color: #F181D0; }
span { border-color: rgb(241,129,208); }
td.TdClassName
{
border-color: #F181D0;
}
.TagClassName
{
border-color: #F181D0;
}
</style>