Shades of Tea Rose #FF83C5
Tints of Tea Rose #FF83C5
RGB
CMYK
RGB Variations
Color information
#FF83C5 (or 0xFF83C5) is known color: Tea Rose. HEX triplet: FF, 83 and C5. RGB value is (255,131,197). Sum of RGB (Red+Green+Blue) = 255+131+197=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 131 (51.56% from 255 or 22.47% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83C5 is #007C3A. Grayscale: #AFAFAF. Windows color (decimal): -31803 or 12944383. OLE color: 12944383.
HSL color Cylindrical-coordinate representation of color #FF83C5: hue angle of 328.06º 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 #FF83C5 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 197 | - |
| CMYK | 0 | 0.49 | 0.23 | 0 |
| HSL | 328.06º | 1% | 0.76% | - |
| HSV(B) | 328.06º | 0.49% | 1% | - |
| XYZ | 59.43 | 41.52 | 57.71 | - |
| YUV | 175.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 197 | 0 | 0.49 | 0.23 | 0 | 328.06 | 1 | 0.76 |
| Hex | FF | 83 | C5 | 0 | 31 | 17 | 0 | 148 | 64 | 4C |
| Octal | 377 | 203 | 305 | 0 | 61 | 27 | 0 | 510 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11000101 | 0 | 110001 | 10111 | 0 | 101001000 | 1100100 | 1001100 |
Color Harmonies of #FF83C5
Complementary color
Monochromatic Colors of #FF83C5
Black with #FF83C5
Text Example
Text Example
White with #FF83C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83C5; }
p { color: rgb(255,131,197); }
H1.HeaderClassName
{
color: #FF83C5;
}
.AnyTagClassName
{
color: #FF83C5;
}
</style>
background-color css
<style>
a { background-color: #FF83C5; }
a { background-color: rgb(255,131,197); }
div.DivClassName
{
background-color: #FF83C5;
}
.BgClassName
{
background-color: #FF83C5;
}
</style>
border-color css
<style>
span { border-color: #FF83C5; }
span { border-color: rgb(255,131,197); }
td.TdClassName
{
border-color: #FF83C5;
}
.TagClassName
{
border-color: #FF83C5;
}
</style>