Shades of Tea Rose #F482CA
Tints of Tea Rose #F482CA
RGB
CMYK
RGB Variations
Color information
#F482CA (or 0xF482CA) is known color: Tea Rose. HEX triplet: F4, 82 and CA. RGB value is (244,130,202). Sum of RGB (Red+Green+Blue) = 244+130+202=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F482CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482CA is #0B7D35. Grayscale: #ACACAC. Windows color (decimal): -752950 or 13271796. OLE color: 13271796.
HSL color Cylindrical-coordinate representation of color #F482CA: hue angle of 322.11º 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 #F482CA is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 202 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.04 |
| HSL | 322.11º | 0.84% | 0.73% | - |
| HSV(B) | 322.11º | 0.47% | 0.96% | - |
| XYZ | 55.95 | 39.46 | 60.55 | - |
| YUV | 172.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 202 | 0 | 0.47 | 0.17 | 0.04 | 322.11 | 0.84 | 0.73 |
| Hex | F4 | 82 | CA | 0 | 2F | 11 | 4 | 142 | 54 | 49 |
| Octal | 364 | 202 | 312 | 0 | 57 | 21 | 4 | 502 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11001010 | 0 | 101111 | 10001 | 100 | 101000010 | 1010100 | 1001001 |
Color Harmonies of #F482CA
Complementary color
Monochromatic Colors of #F482CA
Black with #F482CA
Text Example
Text Example
White with #F482CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482CA; }
p { color: rgb(244,130,202); }
H1.HeaderClassName
{
color: #F482CA;
}
.AnyTagClassName
{
color: #F482CA;
}
</style>
background-color css
<style>
a { background-color: #F482CA; }
a { background-color: rgb(244,130,202); }
div.DivClassName
{
background-color: #F482CA;
}
.BgClassName
{
background-color: #F482CA;
}
</style>
border-color css
<style>
span { border-color: #F482CA; }
span { border-color: rgb(244,130,202); }
td.TdClassName
{
border-color: #F482CA;
}
.TagClassName
{
border-color: #F482CA;
}
</style>