Shades of Tea Rose #F482CE
Tints of Tea Rose #F482CE
RGB
CMYK
RGB Variations
Color information
#F482CE (or 0xF482CE) is known color: Tea Rose. HEX triplet: F4, 82 and CE. RGB value is (244,130,206). Sum of RGB (Red+Green+Blue) = 244+130+206=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F482CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482CE is #0B7D31. Grayscale: #ACACAC. Windows color (decimal): -752946 or 13533940. OLE color: 13533940.
HSL color Cylindrical-coordinate representation of color #F482CE: hue angle of 320º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F482CE is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 206 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.04 |
| HSL | 320º | 0.84% | 0.73% | - |
| HSV(B) | 320º | 0.47% | 0.96% | - |
| XYZ | 56.43 | 39.65 | 63.07 | - |
| YUV | 172.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 206 | 0 | 0.47 | 0.16 | 0.04 | 320 | 0.84 | 0.73 |
| Hex | F4 | 82 | CE | 0 | 2F | 10 | 4 | 140 | 54 | 49 |
| Octal | 364 | 202 | 316 | 0 | 57 | 20 | 4 | 500 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11001110 | 0 | 101111 | 10000 | 100 | 101000000 | 1010100 | 1001001 |
Color Harmonies of #F482CE
Complementary color
Monochromatic Colors of #F482CE
Black with #F482CE
Text Example
Text Example
White with #F482CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482CE; }
p { color: rgb(244,130,206); }
H1.HeaderClassName
{
color: #F482CE;
}
.AnyTagClassName
{
color: #F482CE;
}
</style>
background-color css
<style>
a { background-color: #F482CE; }
a { background-color: rgb(244,130,206); }
div.DivClassName
{
background-color: #F482CE;
}
.BgClassName
{
background-color: #F482CE;
}
</style>
border-color css
<style>
span { border-color: #F482CE; }
span { border-color: rgb(244,130,206); }
td.TdClassName
{
border-color: #F482CE;
}
.TagClassName
{
border-color: #F482CE;
}
</style>