Shades of Tea Rose #F182D1
Tints of Tea Rose #F182D1
RGB
CMYK
RGB Variations
Color information
#F182D1 (or 0xF182D1) is known color: Tea Rose. HEX triplet: F1, 82 and D1. RGB value is (241,130,209). Sum of RGB (Red+Green+Blue) = 241+130+209=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F182D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182D1 is #0E7D2E. Grayscale: #ABABAB. Windows color (decimal): -949551 or 13730545. OLE color: 13730545.
HSL color Cylindrical-coordinate representation of color #F182D1: hue angle of 317.3º 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 #F182D1 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 209 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.05 |
| HSL | 317.3º | 0.8% | 0.73% | - |
| HSV(B) | 317.3º | 0.46% | 0.95% | - |
| XYZ | 55.77 | 39.27 | 64.96 | - |
| YUV | 172.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 209 | 0 | 0.46 | 0.13 | 0.05 | 317.3 | 0.8 | 0.73 |
| Hex | F1 | 82 | D1 | 0 | 2E | D | 5 | 13D | 50 | 49 |
| Octal | 361 | 202 | 321 | 0 | 56 | 15 | 5 | 475 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11010001 | 0 | 101110 | 1101 | 101 | 100111101 | 1010000 | 1001001 |
Color Harmonies of #F182D1
Complementary color
Monochromatic Colors of #F182D1
Black with #F182D1
Text Example
Text Example
White with #F182D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182D1; }
p { color: rgb(241,130,209); }
H1.HeaderClassName
{
color: #F182D1;
}
.AnyTagClassName
{
color: #F182D1;
}
</style>
background-color css
<style>
a { background-color: #F182D1; }
a { background-color: rgb(241,130,209); }
div.DivClassName
{
background-color: #F182D1;
}
.BgClassName
{
background-color: #F182D1;
}
</style>
border-color css
<style>
span { border-color: #F182D1; }
span { border-color: rgb(241,130,209); }
td.TdClassName
{
border-color: #F182D1;
}
.TagClassName
{
border-color: #F182D1;
}
</style>