Shades of Tea Rose #F381C8
Tints of Tea Rose #F381C8
RGB
CMYK
RGB Variations
Color information
#F381C8 (or 0xF381C8) is known color: Tea Rose. HEX triplet: F3, 81 and C8. RGB value is (243,129,200). Sum of RGB (Red+Green+Blue) = 243+129+200=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F381C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381C8 is #0C7E37. Grayscale: #ABABAB. Windows color (decimal): -818744 or 13140467. OLE color: 13140467.
HSL color Cylindrical-coordinate representation of color #F381C8: hue angle of 322.63º 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 #F381C8 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 200 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.05 |
| HSL | 322.63º | 0.83% | 0.73% | - |
| HSV(B) | 322.63º | 0.47% | 0.95% | - |
| XYZ | 55.24 | 38.93 | 59.25 | - |
| YUV | 171.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 200 | 0 | 0.47 | 0.18 | 0.05 | 322.63 | 0.83 | 0.73 |
| Hex | F3 | 81 | C8 | 0 | 2F | 12 | 5 | 143 | 53 | 49 |
| Octal | 363 | 201 | 310 | 0 | 57 | 22 | 5 | 503 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11001000 | 0 | 101111 | 10010 | 101 | 101000011 | 1010011 | 1001001 |
Color Harmonies of #F381C8
Complementary color
Monochromatic Colors of #F381C8
Black with #F381C8
Text Example
Text Example
White with #F381C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381C8; }
p { color: rgb(243,129,200); }
H1.HeaderClassName
{
color: #F381C8;
}
.AnyTagClassName
{
color: #F381C8;
}
</style>
background-color css
<style>
a { background-color: #F381C8; }
a { background-color: rgb(243,129,200); }
div.DivClassName
{
background-color: #F381C8;
}
.BgClassName
{
background-color: #F381C8;
}
</style>
border-color css
<style>
span { border-color: #F381C8; }
span { border-color: rgb(243,129,200); }
td.TdClassName
{
border-color: #F381C8;
}
.TagClassName
{
border-color: #F381C8;
}
</style>