Shades of Tea Rose #F081C8
Tints of Tea Rose #F081C8
RGB
CMYK
RGB Variations
Color information
#F081C8 (or 0xF081C8) is known color: Tea Rose. HEX triplet: F0, 81 and C8. RGB value is (240,129,200). Sum of RGB (Red+Green+Blue) = 240+129+200=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F081C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081C8 is #0F7E37. Grayscale: #AAAAAA. Windows color (decimal): -1015352 or 13140464. OLE color: 13140464.
HSL color Cylindrical-coordinate representation of color #F081C8: hue angle of 321.62º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081C8 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 200 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.06 |
| HSL | 321.62º | 0.79% | 0.72% | - |
| HSV(B) | 321.62º | 0.46% | 0.94% | - |
| XYZ | 54.21 | 38.4 | 59.2 | - |
| YUV | 170.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 200 | 0 | 0.46 | 0.17 | 0.06 | 321.62 | 0.79 | 0.72 |
| Hex | F0 | 81 | C8 | 0 | 2E | 11 | 6 | 142 | 4F | 48 |
| Octal | 360 | 201 | 310 | 0 | 56 | 21 | 6 | 502 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11001000 | 0 | 101110 | 10001 | 110 | 101000010 | 1001111 | 1001000 |
Color Harmonies of #F081C8
Complementary color
Monochromatic Colors of #F081C8
Black with #F081C8
Text Example
Text Example
White with #F081C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081C8; }
p { color: rgb(240,129,200); }
H1.HeaderClassName
{
color: #F081C8;
}
.AnyTagClassName
{
color: #F081C8;
}
</style>
background-color css
<style>
a { background-color: #F081C8; }
a { background-color: rgb(240,129,200); }
div.DivClassName
{
background-color: #F081C8;
}
.BgClassName
{
background-color: #F081C8;
}
</style>
border-color css
<style>
span { border-color: #F081C8; }
span { border-color: rgb(240,129,200); }
td.TdClassName
{
border-color: #F081C8;
}
.TagClassName
{
border-color: #F081C8;
}
</style>