Shades of Tea Rose #F07DC5
Tints of Tea Rose #F07DC5
RGB
CMYK
RGB Variations
Color information
#F07DC5 (or 0xF07DC5) is known color: Tea Rose. HEX triplet: F0, 7D and C5. RGB value is (240,125,197). Sum of RGB (Red+Green+Blue) = 240+125+197=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DC5 is #0F823A. Grayscale: #A7A7A7. Windows color (decimal): -1016379 or 12942832. OLE color: 12942832.
HSL color Cylindrical-coordinate representation of color #F07DC5: hue angle of 322.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DC5 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 197 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.06 |
| HSL | 322.43º | 0.79% | 0.72% | - |
| HSV(B) | 322.43º | 0.48% | 0.94% | - |
| XYZ | 53.35 | 37.22 | 57.2 | - |
| YUV | 167.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 197 | 0 | 0.48 | 0.18 | 0.06 | 322.43 | 0.79 | 0.72 |
| Hex | F0 | 7D | C5 | 0 | 30 | 12 | 6 | 142 | 4F | 48 |
| Octal | 360 | 175 | 305 | 0 | 60 | 22 | 6 | 502 | 117 | 110 |
| Binary | 11110000 | 1111101 | 11000101 | 0 | 110000 | 10010 | 110 | 101000010 | 1001111 | 1001000 |
Color Harmonies of #F07DC5
Complementary color
Monochromatic Colors of #F07DC5
Black with #F07DC5
Text Example
Text Example
White with #F07DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DC5; }
p { color: rgb(240,125,197); }
H1.HeaderClassName
{
color: #F07DC5;
}
.AnyTagClassName
{
color: #F07DC5;
}
</style>
background-color css
<style>
a { background-color: #F07DC5; }
a { background-color: rgb(240,125,197); }
div.DivClassName
{
background-color: #F07DC5;
}
.BgClassName
{
background-color: #F07DC5;
}
</style>
border-color css
<style>
span { border-color: #F07DC5; }
span { border-color: rgb(240,125,197); }
td.TdClassName
{
border-color: #F07DC5;
}
.TagClassName
{
border-color: #F07DC5;
}
</style>