Shades of Tea Rose #FF93C1
Tints of Tea Rose #FF93C1
RGB
CMYK
RGB Variations
Color information
#FF93C1 (or 0xFF93C1) is known color: Tea Rose. HEX triplet: FF, 93 and C1. RGB value is (255,147,193). Sum of RGB (Red+Green+Blue) = 255+147+193=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93C1 is #006C3E. Grayscale: #B8B8B8. Windows color (decimal): -27711 or 12686335. OLE color: 12686335.
HSL color Cylindrical-coordinate representation of color #FF93C1: hue angle of 334.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93C1 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 193 | - |
| CMYK | 0 | 0.42 | 0.24 | 0 |
| HSL | 334.44º | 1% | 0.79% | - |
| HSV(B) | 334.44º | 0.42% | 1% | - |
| XYZ | 61.3 | 45.98 | 56.1 | - |
| YUV | 184.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 193 | 0 | 0.42 | 0.24 | 0 | 334.44 | 1 | 0.79 |
| Hex | FF | 93 | C1 | 0 | 2A | 18 | 0 | 14E | 64 | 4F |
| Octal | 377 | 223 | 301 | 0 | 52 | 30 | 0 | 516 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11000001 | 0 | 101010 | 11000 | 0 | 101001110 | 1100100 | 1001111 |
Color Harmonies of #FF93C1
Complementary color
Monochromatic Colors of #FF93C1
Black with #FF93C1
Text Example
Text Example
White with #FF93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93C1; }
p { color: rgb(255,147,193); }
H1.HeaderClassName
{
color: #FF93C1;
}
.AnyTagClassName
{
color: #FF93C1;
}
</style>
background-color css
<style>
a { background-color: #FF93C1; }
a { background-color: rgb(255,147,193); }
div.DivClassName
{
background-color: #FF93C1;
}
.BgClassName
{
background-color: #FF93C1;
}
</style>
border-color css
<style>
span { border-color: #FF93C1; }
span { border-color: rgb(255,147,193); }
td.TdClassName
{
border-color: #FF93C1;
}
.TagClassName
{
border-color: #FF93C1;
}
</style>