Shades of Pale Magenta #FF93F0
Tints of Pale Magenta #FF93F0
RGB
CMYK
RGB Variations
Color information
#FF93F0 (or 0xFF93F0) is known color: Pale Magenta. HEX triplet: FF, 93 and F0. RGB value is (255,147,240). Sum of RGB (Red+Green+Blue) = 255+147+240=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 147 (57.81% from 255 or 22.90% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93F0 is #006C0F. Grayscale: #BDBDBD. Windows color (decimal): -27664 or 15766527. OLE color: 15766527.
HSL color Cylindrical-coordinate representation of color #FF93F0: hue angle of 308.33º 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 #FF93F0 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 240 | - |
| CMYK | 0 | 0.42 | 0.06 | 0 |
| HSL | 308.33º | 1% | 0.79% | - |
| HSV(B) | 308.33º | 0.42% | 1% | - |
| XYZ | 67.4 | 48.42 | 88.23 | - |
| YUV | 189.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 240 | 0 | 0.42 | 0.06 | 0 | 308.33 | 1 | 0.79 |
| Hex | FF | 93 | F0 | 0 | 2A | 6 | 0 | 134 | 64 | 4F |
| Octal | 377 | 223 | 360 | 0 | 52 | 6 | 0 | 464 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11110000 | 0 | 101010 | 110 | 0 | 100110100 | 1100100 | 1001111 |
Color Harmonies of #FF93F0
Complementary color
Monochromatic Colors of #FF93F0
Black with #FF93F0
Text Example
Text Example
White with #FF93F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93F0; }
p { color: rgb(255,147,240); }
H1.HeaderClassName
{
color: #FF93F0;
}
.AnyTagClassName
{
color: #FF93F0;
}
</style>
background-color css
<style>
a { background-color: #FF93F0; }
a { background-color: rgb(255,147,240); }
div.DivClassName
{
background-color: #FF93F0;
}
.BgClassName
{
background-color: #FF93F0;
}
</style>
border-color css
<style>
span { border-color: #FF93F0; }
span { border-color: rgb(255,147,240); }
td.TdClassName
{
border-color: #FF93F0;
}
.TagClassName
{
border-color: #FF93F0;
}
</style>