Shades of Tea Rose #F479C7
Tints of Tea Rose #F479C7
RGB
CMYK
RGB Variations
Color information
#F479C7 (or 0xF479C7) is known color: Tea Rose. HEX triplet: F4, 79 and C7. RGB value is (244,121,199). Sum of RGB (Red+Green+Blue) = 244+121+199=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F479C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479C7 is #0B8638. Grayscale: #A6A6A6. Windows color (decimal): -755257 or 13072884. OLE color: 13072884.
HSL color Cylindrical-coordinate representation of color #F479C7: hue angle of 321.95º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F479C7 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 199 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.04 |
| HSL | 321.95º | 0.85% | 0.72% | - |
| HSV(B) | 321.95º | 0.5% | 0.96% | - |
| XYZ | 54.45 | 37.03 | 58.31 | - |
| YUV | 166.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 199 | 0 | 0.50 | 0.18 | 0.04 | 321.95 | 0.85 | 0.72 |
| Hex | F4 | 79 | C7 | 0 | 32 | 12 | 4 | 142 | 55 | 48 |
| Octal | 364 | 171 | 307 | 0 | 62 | 22 | 4 | 502 | 125 | 110 |
| Binary | 11110100 | 1111001 | 11000111 | 0 | 110010 | 10010 | 100 | 101000010 | 1010101 | 1001000 |
Color Harmonies of #F479C7
Complementary color
Monochromatic Colors of #F479C7
Black with #F479C7
Text Example
Text Example
White with #F479C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479C7; }
p { color: rgb(244,121,199); }
H1.HeaderClassName
{
color: #F479C7;
}
.AnyTagClassName
{
color: #F479C7;
}
</style>
background-color css
<style>
a { background-color: #F479C7; }
a { background-color: rgb(244,121,199); }
div.DivClassName
{
background-color: #F479C7;
}
.BgClassName
{
background-color: #F479C7;
}
</style>
border-color css
<style>
span { border-color: #F479C7; }
span { border-color: rgb(244,121,199); }
td.TdClassName
{
border-color: #F479C7;
}
.TagClassName
{
border-color: #F479C7;
}
</style>