Shades of Tea Rose #FF93C7
Tints of Tea Rose #FF93C7
RGB
CMYK
RGB Variations
Color information
#FF93C7 (or 0xFF93C7) is known color: Tea Rose. HEX triplet: FF, 93 and C7. RGB value is (255,147,199). Sum of RGB (Red+Green+Blue) = 255+147+199=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93C7 is #006C38. Grayscale: #B9B9B9. Windows color (decimal): -27705 or 13079551. OLE color: 13079551.
HSL color Cylindrical-coordinate representation of color #FF93C7: hue angle of 331.11º 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 #FF93C7 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 199 | - |
| CMYK | 0 | 0.42 | 0.22 | 0 |
| HSL | 331.11º | 1% | 0.79% | - |
| HSV(B) | 331.11º | 0.42% | 1% | - |
| XYZ | 61.98 | 46.25 | 59.69 | - |
| YUV | 185.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 199 | 0 | 0.42 | 0.22 | 0 | 331.11 | 1 | 0.79 |
| Hex | FF | 93 | C7 | 0 | 2A | 16 | 0 | 14B | 64 | 4F |
| Octal | 377 | 223 | 307 | 0 | 52 | 26 | 0 | 513 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11000111 | 0 | 101010 | 10110 | 0 | 101001011 | 1100100 | 1001111 |
Color Harmonies of #FF93C7
Complementary color
Monochromatic Colors of #FF93C7
Black with #FF93C7
Text Example
Text Example
White with #FF93C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93C7; }
p { color: rgb(255,147,199); }
H1.HeaderClassName
{
color: #FF93C7;
}
.AnyTagClassName
{
color: #FF93C7;
}
</style>
background-color css
<style>
a { background-color: #FF93C7; }
a { background-color: rgb(255,147,199); }
div.DivClassName
{
background-color: #FF93C7;
}
.BgClassName
{
background-color: #FF93C7;
}
</style>
border-color css
<style>
span { border-color: #FF93C7; }
span { border-color: rgb(255,147,199); }
td.TdClassName
{
border-color: #FF93C7;
}
.TagClassName
{
border-color: #FF93C7;
}
</style>