Shades of Tea Rose #F181CA
Tints of Tea Rose #F181CA
RGB
CMYK
RGB Variations
Color information
#F181CA (or 0xF181CA) is known color: Tea Rose. HEX triplet: F1, 81 and CA. RGB value is (241,129,202). Sum of RGB (Red+Green+Blue) = 241+129+202=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F181CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181CA is #0E7E35. Grayscale: #AAAAAA. Windows color (decimal): -949814 or 13271537. OLE color: 13271537.
HSL color Cylindrical-coordinate representation of color #F181CA: hue angle of 320.89º 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 #F181CA is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 202 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.05 |
| HSL | 320.89º | 0.8% | 0.73% | - |
| HSV(B) | 320.89º | 0.46% | 0.95% | - |
| XYZ | 54.79 | 38.67 | 60.45 | - |
| YUV | 170.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 202 | 0 | 0.46 | 0.16 | 0.05 | 320.89 | 0.8 | 0.73 |
| Hex | F1 | 81 | CA | 0 | 2E | 10 | 5 | 141 | 50 | 49 |
| Octal | 361 | 201 | 312 | 0 | 56 | 20 | 5 | 501 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11001010 | 0 | 101110 | 10000 | 101 | 101000001 | 1010000 | 1001001 |
Color Harmonies of #F181CA
Complementary color
Monochromatic Colors of #F181CA
Black with #F181CA
Text Example
Text Example
White with #F181CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181CA; }
p { color: rgb(241,129,202); }
H1.HeaderClassName
{
color: #F181CA;
}
.AnyTagClassName
{
color: #F181CA;
}
</style>
background-color css
<style>
a { background-color: #F181CA; }
a { background-color: rgb(241,129,202); }
div.DivClassName
{
background-color: #F181CA;
}
.BgClassName
{
background-color: #F181CA;
}
</style>
border-color css
<style>
span { border-color: #F181CA; }
span { border-color: rgb(241,129,202); }
td.TdClassName
{
border-color: #F181CA;
}
.TagClassName
{
border-color: #F181CA;
}
</style>