Shades of Tea Rose #F481C5
Tints of Tea Rose #F481C5
RGB
CMYK
RGB Variations
Color information
#F481C5 (or 0xF481C5) is known color: Tea Rose. HEX triplet: F4, 81 and C5. RGB value is (244,129,197). Sum of RGB (Red+Green+Blue) = 244+129+197=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F481C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481C5 is #0B7E3A. Grayscale: #AAAAAA. Windows color (decimal): -753211 or 12943860. OLE color: 12943860.
HSL color Cylindrical-coordinate representation of color #F481C5: hue angle of 324.52º 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 #F481C5 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 197 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.04 |
| HSL | 324.52º | 0.84% | 0.73% | - |
| HSV(B) | 324.52º | 0.47% | 0.96% | - |
| XYZ | 55.24 | 38.96 | 57.43 | - |
| YUV | 171.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 197 | 0 | 0.47 | 0.19 | 0.04 | 324.52 | 0.84 | 0.73 |
| Hex | F4 | 81 | C5 | 0 | 2F | 13 | 4 | 145 | 54 | 49 |
| Octal | 364 | 201 | 305 | 0 | 57 | 23 | 4 | 505 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11000101 | 0 | 101111 | 10011 | 100 | 101000101 | 1010100 | 1001001 |
Color Harmonies of #F481C5
Complementary color
Monochromatic Colors of #F481C5
Black with #F481C5
Text Example
Text Example
White with #F481C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481C5; }
p { color: rgb(244,129,197); }
H1.HeaderClassName
{
color: #F481C5;
}
.AnyTagClassName
{
color: #F481C5;
}
</style>
background-color css
<style>
a { background-color: #F481C5; }
a { background-color: rgb(244,129,197); }
div.DivClassName
{
background-color: #F481C5;
}
.BgClassName
{
background-color: #F481C5;
}
</style>
border-color css
<style>
span { border-color: #F481C5; }
span { border-color: rgb(244,129,197); }
td.TdClassName
{
border-color: #F481C5;
}
.TagClassName
{
border-color: #F481C5;
}
</style>