Shades of Tea Rose #F182C7
Tints of Tea Rose #F182C7
RGB
CMYK
RGB Variations
Color information
#F182C7 (or 0xF182C7) is known color: Tea Rose. HEX triplet: F1, 82 and C7. RGB value is (241,130,199). Sum of RGB (Red+Green+Blue) = 241+130+199=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F182C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182C7 is #0E7D38. Grayscale: #AAAAAA. Windows color (decimal): -949561 or 13075185. OLE color: 13075185.
HSL color Cylindrical-coordinate representation of color #F182C7: hue angle of 322.7º 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 #F182C7 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 199 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.05 |
| HSL | 322.7º | 0.8% | 0.73% | - |
| HSV(B) | 322.7º | 0.46% | 0.95% | - |
| XYZ | 54.57 | 38.79 | 58.64 | - |
| YUV | 171.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 199 | 0 | 0.46 | 0.17 | 0.05 | 322.7 | 0.8 | 0.73 |
| Hex | F1 | 82 | C7 | 0 | 2E | 11 | 5 | 143 | 50 | 49 |
| Octal | 361 | 202 | 307 | 0 | 56 | 21 | 5 | 503 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11000111 | 0 | 101110 | 10001 | 101 | 101000011 | 1010000 | 1001001 |
Color Harmonies of #F182C7
Complementary color
Monochromatic Colors of #F182C7
Black with #F182C7
Text Example
Text Example
White with #F182C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182C7; }
p { color: rgb(241,130,199); }
H1.HeaderClassName
{
color: #F182C7;
}
.AnyTagClassName
{
color: #F182C7;
}
</style>
background-color css
<style>
a { background-color: #F182C7; }
a { background-color: rgb(241,130,199); }
div.DivClassName
{
background-color: #F182C7;
}
.BgClassName
{
background-color: #F182C7;
}
</style>
border-color css
<style>
span { border-color: #F182C7; }
span { border-color: rgb(241,130,199); }
td.TdClassName
{
border-color: #F182C7;
}
.TagClassName
{
border-color: #F182C7;
}
</style>