Shades of Tea Rose #FF90C3
Tints of Tea Rose #FF90C3
RGB
CMYK
RGB Variations
Color information
#FF90C3 (or 0xFF90C3) is known color: Tea Rose. HEX triplet: FF, 90 and C3. RGB value is (255,144,195). Sum of RGB (Red+Green+Blue) = 255+144+195=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90C3 is #006F3C. Grayscale: #B6B6B6. Windows color (decimal): -28477 or 12816639. OLE color: 12816639.
HSL color Cylindrical-coordinate representation of color #FF90C3: hue angle of 332.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90C3 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 195 | - |
| CMYK | 0 | 0.44 | 0.24 | 0 |
| HSL | 332.43º | 1% | 0.78% | - |
| HSV(B) | 332.43º | 0.44% | 1% | - |
| XYZ | 61.06 | 45.15 | 57.13 | - |
| YUV | 183 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 195 | 0 | 0.44 | 0.24 | 0 | 332.43 | 1 | 0.78 |
| Hex | FF | 90 | C3 | 0 | 2C | 18 | 0 | 14C | 64 | 4E |
| Octal | 377 | 220 | 303 | 0 | 54 | 30 | 0 | 514 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11000011 | 0 | 101100 | 11000 | 0 | 101001100 | 1100100 | 1001110 |
Color Harmonies of #FF90C3
Complementary color
Monochromatic Colors of #FF90C3
Black with #FF90C3
Text Example
Text Example
White with #FF90C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90C3; }
p { color: rgb(255,144,195); }
H1.HeaderClassName
{
color: #FF90C3;
}
.AnyTagClassName
{
color: #FF90C3;
}
</style>
background-color css
<style>
a { background-color: #FF90C3; }
a { background-color: rgb(255,144,195); }
div.DivClassName
{
background-color: #FF90C3;
}
.BgClassName
{
background-color: #FF90C3;
}
</style>
border-color css
<style>
span { border-color: #FF90C3; }
span { border-color: rgb(255,144,195); }
td.TdClassName
{
border-color: #FF90C3;
}
.TagClassName
{
border-color: #FF90C3;
}
</style>