Shades of Tea Rose #F07FC5
Tints of Tea Rose #F07FC5
RGB
CMYK
RGB Variations
Color information
#F07FC5 (or 0xF07FC5) is known color: Tea Rose. HEX triplet: F0, 7F and C5. RGB value is (240,127,197). Sum of RGB (Red+Green+Blue) = 240+127+197=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FC5 is #0F803A. Grayscale: #A8A8A8. Windows color (decimal): -1015867 or 12943344. OLE color: 12943344.
HSL color Cylindrical-coordinate representation of color #F07FC5: hue angle of 322.83º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FC5 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 197 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.06 |
| HSL | 322.83º | 0.79% | 0.72% | - |
| HSV(B) | 322.83º | 0.47% | 0.94% | - |
| XYZ | 53.6 | 37.74 | 57.28 | - |
| YUV | 168.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 197 | 0 | 0.47 | 0.18 | 0.06 | 322.83 | 0.79 | 0.72 |
| Hex | F0 | 7F | C5 | 0 | 2F | 12 | 6 | 143 | 4F | 48 |
| Octal | 360 | 177 | 305 | 0 | 57 | 22 | 6 | 503 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11000101 | 0 | 101111 | 10010 | 110 | 101000011 | 1001111 | 1001000 |
Color Harmonies of #F07FC5
Complementary color
Monochromatic Colors of #F07FC5
Black with #F07FC5
Text Example
Text Example
White with #F07FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FC5; }
p { color: rgb(240,127,197); }
H1.HeaderClassName
{
color: #F07FC5;
}
.AnyTagClassName
{
color: #F07FC5;
}
</style>
background-color css
<style>
a { background-color: #F07FC5; }
a { background-color: rgb(240,127,197); }
div.DivClassName
{
background-color: #F07FC5;
}
.BgClassName
{
background-color: #F07FC5;
}
</style>
border-color css
<style>
span { border-color: #F07FC5; }
span { border-color: rgb(240,127,197); }
td.TdClassName
{
border-color: #F07FC5;
}
.TagClassName
{
border-color: #F07FC5;
}
</style>