Shades of Tea Rose #F079CA
Tints of Tea Rose #F079CA
RGB
CMYK
RGB Variations
Color information
#F079CA (or 0xF079CA) is known color: Tea Rose. HEX triplet: F0, 79 and CA. RGB value is (240,121,202). Sum of RGB (Red+Green+Blue) = 240+121+202=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F079CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079CA is #0F8635. Grayscale: #A5A5A5. Windows color (decimal): -1017398 or 13269488. OLE color: 13269488.
HSL color Cylindrical-coordinate representation of color #F079CA: hue angle of 319.16º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079CA is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 202 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.06 |
| HSL | 319.16º | 0.8% | 0.71% | - |
| HSV(B) | 319.16º | 0.5% | 0.94% | - |
| XYZ | 53.43 | 36.46 | 60.1 | - |
| YUV | 165.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 202 | 0 | 0.50 | 0.16 | 0.06 | 319.16 | 0.8 | 0.71 |
| Hex | F0 | 79 | CA | 0 | 32 | 10 | 6 | 13F | 50 | 47 |
| Octal | 360 | 171 | 312 | 0 | 62 | 20 | 6 | 477 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11001010 | 0 | 110010 | 10000 | 110 | 100111111 | 1010000 | 1000111 |
Color Harmonies of #F079CA
Complementary color
Monochromatic Colors of #F079CA
Black with #F079CA
Text Example
Text Example
White with #F079CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079CA; }
p { color: rgb(240,121,202); }
H1.HeaderClassName
{
color: #F079CA;
}
.AnyTagClassName
{
color: #F079CA;
}
</style>
background-color css
<style>
a { background-color: #F079CA; }
a { background-color: rgb(240,121,202); }
div.DivClassName
{
background-color: #F079CA;
}
.BgClassName
{
background-color: #F079CA;
}
</style>
border-color css
<style>
span { border-color: #F079CA; }
span { border-color: rgb(240,121,202); }
td.TdClassName
{
border-color: #F079CA;
}
.TagClassName
{
border-color: #F079CA;
}
</style>