Shades of Pale Magenta #FF93EF
Tints of Pale Magenta #FF93EF
RGB
CMYK
RGB Variations
Color information
#FF93EF (or 0xFF93EF) is known color: Pale Magenta. HEX triplet: FF, 93 and EF. RGB value is (255,147,239). Sum of RGB (Red+Green+Blue) = 255+147+239=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 147 (57.81% from 255 or 22.93% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93EF is #006C10. Grayscale: #BDBDBD. Windows color (decimal): -27665 or 15700991. OLE color: 15700991.
HSL color Cylindrical-coordinate representation of color #FF93EF: hue angle of 308.89º 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 #FF93EF is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 239 | - |
| CMYK | 0 | 0.42 | 0.06 | 0 |
| HSL | 308.89º | 1% | 0.79% | - |
| HSV(B) | 308.89º | 0.42% | 1% | - |
| XYZ | 67.25 | 48.36 | 87.45 | - |
| YUV | 189.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 239 | 0 | 0.42 | 0.06 | 0 | 308.89 | 1 | 0.79 |
| Hex | FF | 93 | EF | 0 | 2A | 6 | 0 | 135 | 64 | 4F |
| Octal | 377 | 223 | 357 | 0 | 52 | 6 | 0 | 465 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11101111 | 0 | 101010 | 110 | 0 | 100110101 | 1100100 | 1001111 |
Color Harmonies of #FF93EF
Complementary color
Monochromatic Colors of #FF93EF
Black with #FF93EF
Text Example
Text Example
White with #FF93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93EF; }
p { color: rgb(255,147,239); }
H1.HeaderClassName
{
color: #FF93EF;
}
.AnyTagClassName
{
color: #FF93EF;
}
</style>
background-color css
<style>
a { background-color: #FF93EF; }
a { background-color: rgb(255,147,239); }
div.DivClassName
{
background-color: #FF93EF;
}
.BgClassName
{
background-color: #FF93EF;
}
</style>
border-color css
<style>
span { border-color: #FF93EF; }
span { border-color: rgb(255,147,239); }
td.TdClassName
{
border-color: #FF93EF;
}
.TagClassName
{
border-color: #FF93EF;
}
</style>