Shades of Tea Rose #F181C5
Tints of Tea Rose #F181C5
RGB
CMYK
RGB Variations
Color information
#F181C5 (or 0xF181C5) is known color: Tea Rose. HEX triplet: F1, 81 and C5. RGB value is (241,129,197). Sum of RGB (Red+Green+Blue) = 241+129+197=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F181C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181C5 is #0E7E3A. Grayscale: #AAAAAA. Windows color (decimal): -949819 or 12943857. OLE color: 12943857.
HSL color Cylindrical-coordinate representation of color #F181C5: hue angle of 323.57º 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 #F181C5 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 197 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.05 |
| HSL | 323.57º | 0.8% | 0.73% | - |
| HSV(B) | 323.57º | 0.46% | 0.95% | - |
| XYZ | 54.2 | 38.43 | 57.38 | - |
| YUV | 170.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 197 | 0 | 0.46 | 0.18 | 0.05 | 323.57 | 0.8 | 0.73 |
| Hex | F1 | 81 | C5 | 0 | 2E | 12 | 5 | 144 | 50 | 49 |
| Octal | 361 | 201 | 305 | 0 | 56 | 22 | 5 | 504 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11000101 | 0 | 101110 | 10010 | 101 | 101000100 | 1010000 | 1001001 |
Color Harmonies of #F181C5
Complementary color
Monochromatic Colors of #F181C5
Black with #F181C5
Text Example
Text Example
White with #F181C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181C5; }
p { color: rgb(241,129,197); }
H1.HeaderClassName
{
color: #F181C5;
}
.AnyTagClassName
{
color: #F181C5;
}
</style>
background-color css
<style>
a { background-color: #F181C5; }
a { background-color: rgb(241,129,197); }
div.DivClassName
{
background-color: #F181C5;
}
.BgClassName
{
background-color: #F181C5;
}
</style>
border-color css
<style>
span { border-color: #F181C5; }
span { border-color: rgb(241,129,197); }
td.TdClassName
{
border-color: #F181C5;
}
.TagClassName
{
border-color: #F181C5;
}
</style>