Shades of Tea Rose #F481C6
Tints of Tea Rose #F481C6
RGB
CMYK
RGB Variations
Color information
#F481C6 (or 0xF481C6) is known color: Tea Rose. HEX triplet: F4, 81 and C6. RGB value is (244,129,198). Sum of RGB (Red+Green+Blue) = 244+129+198=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F481C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481C6 is #0B7E39. Grayscale: #ABABAB. Windows color (decimal): -753210 or 13009396. OLE color: 13009396.
HSL color Cylindrical-coordinate representation of color #F481C6: hue angle of 324º 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 #F481C6 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 198 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.04 |
| HSL | 324º | 0.84% | 0.73% | - |
| HSV(B) | 324º | 0.47% | 0.96% | - |
| XYZ | 55.35 | 39.01 | 58.04 | - |
| YUV | 171.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 198 | 0 | 0.47 | 0.19 | 0.04 | 324 | 0.84 | 0.73 |
| Hex | F4 | 81 | C6 | 0 | 2F | 13 | 4 | 144 | 54 | 49 |
| Octal | 364 | 201 | 306 | 0 | 57 | 23 | 4 | 504 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11000110 | 0 | 101111 | 10011 | 100 | 101000100 | 1010100 | 1001001 |
Color Harmonies of #F481C6
Complementary color
Monochromatic Colors of #F481C6
Black with #F481C6
Text Example
Text Example
White with #F481C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481C6; }
p { color: rgb(244,129,198); }
H1.HeaderClassName
{
color: #F481C6;
}
.AnyTagClassName
{
color: #F481C6;
}
</style>
background-color css
<style>
a { background-color: #F481C6; }
a { background-color: rgb(244,129,198); }
div.DivClassName
{
background-color: #F481C6;
}
.BgClassName
{
background-color: #F481C6;
}
</style>
border-color css
<style>
span { border-color: #F481C6; }
span { border-color: rgb(244,129,198); }
td.TdClassName
{
border-color: #F481C6;
}
.TagClassName
{
border-color: #F481C6;
}
</style>