Shades of Tea Rose #FF83CF
Tints of Tea Rose #FF83CF
RGB
CMYK
RGB Variations
Color information
#FF83CF (or 0xFF83CF) is known color: Tea Rose. HEX triplet: FF, 83 and CF. RGB value is (255,131,207). Sum of RGB (Red+Green+Blue) = 255+131+207=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83CF is #007C30. Grayscale: #B0B0B0. Windows color (decimal): -31793 or 13599743. OLE color: 13599743.
HSL color Cylindrical-coordinate representation of color #FF83CF: hue angle of 323.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83CF is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 207 | - |
| CMYK | 0 | 0.49 | 0.19 | 0 |
| HSL | 323.23º | 1% | 0.76% | - |
| HSV(B) | 323.23º | 0.49% | 1% | - |
| XYZ | 60.62 | 42 | 63.94 | - |
| YUV | 176.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 207 | 0 | 0.49 | 0.19 | 0 | 323.23 | 1 | 0.76 |
| Hex | FF | 83 | CF | 0 | 31 | 13 | 0 | 143 | 64 | 4C |
| Octal | 377 | 203 | 317 | 0 | 61 | 23 | 0 | 503 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11001111 | 0 | 110001 | 10011 | 0 | 101000011 | 1100100 | 1001100 |
Color Harmonies of #FF83CF
Complementary color
Monochromatic Colors of #FF83CF
Black with #FF83CF
Text Example
Text Example
White with #FF83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83CF; }
p { color: rgb(255,131,207); }
H1.HeaderClassName
{
color: #FF83CF;
}
.AnyTagClassName
{
color: #FF83CF;
}
</style>
background-color css
<style>
a { background-color: #FF83CF; }
a { background-color: rgb(255,131,207); }
div.DivClassName
{
background-color: #FF83CF;
}
.BgClassName
{
background-color: #FF83CF;
}
</style>
border-color css
<style>
span { border-color: #FF83CF; }
span { border-color: rgb(255,131,207); }
td.TdClassName
{
border-color: #FF83CF;
}
.TagClassName
{
border-color: #FF83CF;
}
</style>