Shades of Tea Rose #F182CF
Tints of Tea Rose #F182CF
RGB
CMYK
RGB Variations
Color information
#F182CF (or 0xF182CF) is known color: Tea Rose. HEX triplet: F1, 82 and CF. RGB value is (241,130,207). Sum of RGB (Red+Green+Blue) = 241+130+207=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F182CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182CF is #0E7D30. Grayscale: #ABABAB. Windows color (decimal): -949553 or 13599473. OLE color: 13599473.
HSL color Cylindrical-coordinate representation of color #F182CF: hue angle of 318.38º 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 #F182CF is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 207 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.05 |
| HSL | 318.38º | 0.8% | 0.73% | - |
| HSV(B) | 318.38º | 0.46% | 0.95% | - |
| XYZ | 55.52 | 39.17 | 63.67 | - |
| YUV | 171.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 207 | 0 | 0.46 | 0.14 | 0.05 | 318.38 | 0.8 | 0.73 |
| Hex | F1 | 82 | CF | 0 | 2E | E | 5 | 13E | 50 | 49 |
| Octal | 361 | 202 | 317 | 0 | 56 | 16 | 5 | 476 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11001111 | 0 | 101110 | 1110 | 101 | 100111110 | 1010000 | 1001001 |
Color Harmonies of #F182CF
Complementary color
Monochromatic Colors of #F182CF
Black with #F182CF
Text Example
Text Example
White with #F182CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182CF; }
p { color: rgb(241,130,207); }
H1.HeaderClassName
{
color: #F182CF;
}
.AnyTagClassName
{
color: #F182CF;
}
</style>
background-color css
<style>
a { background-color: #F182CF; }
a { background-color: rgb(241,130,207); }
div.DivClassName
{
background-color: #F182CF;
}
.BgClassName
{
background-color: #F182CF;
}
</style>
border-color css
<style>
span { border-color: #F182CF; }
span { border-color: rgb(241,130,207); }
td.TdClassName
{
border-color: #F182CF;
}
.TagClassName
{
border-color: #F182CF;
}
</style>