Shades of Tea Rose #F184CF
Tints of Tea Rose #F184CF
RGB
CMYK
RGB Variations
Color information
#F184CF (or 0xF184CF) is known color: Tea Rose. HEX triplet: F1, 84 and CF. RGB value is (241,132,207). Sum of RGB (Red+Green+Blue) = 241+132+207=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F184CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184CF is #0E7B30. Grayscale: #ACACAC. Windows color (decimal): -949041 or 13599985. OLE color: 13599985.
HSL color Cylindrical-coordinate representation of color #F184CF: hue angle of 318.72º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184CF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 207 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.05 |
| HSL | 318.72º | 0.8% | 0.73% | - |
| HSV(B) | 318.72º | 0.45% | 0.95% | - |
| XYZ | 55.79 | 39.71 | 63.76 | - |
| YUV | 173.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 207 | 0 | 0.45 | 0.14 | 0.05 | 318.72 | 0.8 | 0.73 |
| Hex | F1 | 84 | CF | 0 | 2D | E | 5 | 13F | 50 | 49 |
| Octal | 361 | 204 | 317 | 0 | 55 | 16 | 5 | 477 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11001111 | 0 | 101101 | 1110 | 101 | 100111111 | 1010000 | 1001001 |
Color Harmonies of #F184CF
Complementary color
Monochromatic Colors of #F184CF
Black with #F184CF
Text Example
Text Example
White with #F184CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184CF; }
p { color: rgb(241,132,207); }
H1.HeaderClassName
{
color: #F184CF;
}
.AnyTagClassName
{
color: #F184CF;
}
</style>
background-color css
<style>
a { background-color: #F184CF; }
a { background-color: rgb(241,132,207); }
div.DivClassName
{
background-color: #F184CF;
}
.BgClassName
{
background-color: #F184CF;
}
</style>
border-color css
<style>
span { border-color: #F184CF; }
span { border-color: rgb(241,132,207); }
td.TdClassName
{
border-color: #F184CF;
}
.TagClassName
{
border-color: #F184CF;
}
</style>