Shades of Tea Rose #F380C8
Tints of Tea Rose #F380C8
RGB
CMYK
RGB Variations
Color information
#F380C8 (or 0xF380C8) is known color: Tea Rose. HEX triplet: F3, 80 and C8. RGB value is (243,128,200). Sum of RGB (Red+Green+Blue) = 243+128+200=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F380C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380C8 is #0C7F37. Grayscale: #AAAAAA. Windows color (decimal): -819000 or 13140211. OLE color: 13140211.
HSL color Cylindrical-coordinate representation of color #F380C8: hue angle of 322.43º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F380C8 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 200 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.05 |
| HSL | 322.43º | 0.83% | 0.73% | - |
| HSV(B) | 322.43º | 0.47% | 0.95% | - |
| XYZ | 55.11 | 38.66 | 59.2 | - |
| YUV | 170.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 200 | 0 | 0.47 | 0.18 | 0.05 | 322.43 | 0.83 | 0.73 |
| Hex | F3 | 80 | C8 | 0 | 2F | 12 | 5 | 142 | 53 | 49 |
| Octal | 363 | 200 | 310 | 0 | 57 | 22 | 5 | 502 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11001000 | 0 | 101111 | 10010 | 101 | 101000010 | 1010011 | 1001001 |
Color Harmonies of #F380C8
Complementary color
Monochromatic Colors of #F380C8
Black with #F380C8
Text Example
Text Example
White with #F380C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380C8; }
p { color: rgb(243,128,200); }
H1.HeaderClassName
{
color: #F380C8;
}
.AnyTagClassName
{
color: #F380C8;
}
</style>
background-color css
<style>
a { background-color: #F380C8; }
a { background-color: rgb(243,128,200); }
div.DivClassName
{
background-color: #F380C8;
}
.BgClassName
{
background-color: #F380C8;
}
</style>
border-color css
<style>
span { border-color: #F380C8; }
span { border-color: rgb(243,128,200); }
td.TdClassName
{
border-color: #F380C8;
}
.TagClassName
{
border-color: #F380C8;
}
</style>