Shades of Tea Rose #F380CF
Tints of Tea Rose #F380CF
RGB
CMYK
RGB Variations
Color information
#F380CF (or 0xF380CF) is known color: Tea Rose. HEX triplet: F3, 80 and CF. RGB value is (243,128,207). Sum of RGB (Red+Green+Blue) = 243+128+207=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F380CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380CF is #0C7F30. Grayscale: #ABABAB. Windows color (decimal): -818993 or 13598963. OLE color: 13598963.
HSL color Cylindrical-coordinate representation of color #F380CF: hue angle of 318.78º 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 #F380CF is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 207 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.05 |
| HSL | 318.78º | 0.83% | 0.73% | - |
| HSV(B) | 318.78º | 0.47% | 0.95% | - |
| XYZ | 55.94 | 39 | 63.61 | - |
| YUV | 171.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 207 | 0 | 0.47 | 0.15 | 0.05 | 318.78 | 0.83 | 0.73 |
| Hex | F3 | 80 | CF | 0 | 2F | F | 5 | 13F | 53 | 49 |
| Octal | 363 | 200 | 317 | 0 | 57 | 17 | 5 | 477 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11001111 | 0 | 101111 | 1111 | 101 | 100111111 | 1010011 | 1001001 |
Color Harmonies of #F380CF
Complementary color
Monochromatic Colors of #F380CF
Black with #F380CF
Text Example
Text Example
White with #F380CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380CF; }
p { color: rgb(243,128,207); }
H1.HeaderClassName
{
color: #F380CF;
}
.AnyTagClassName
{
color: #F380CF;
}
</style>
background-color css
<style>
a { background-color: #F380CF; }
a { background-color: rgb(243,128,207); }
div.DivClassName
{
background-color: #F380CF;
}
.BgClassName
{
background-color: #F380CF;
}
</style>
border-color css
<style>
span { border-color: #F380CF; }
span { border-color: rgb(243,128,207); }
td.TdClassName
{
border-color: #F380CF;
}
.TagClassName
{
border-color: #F380CF;
}
</style>