Shades of Pale Magenta #FF93F7
Tints of Pale Magenta #FF93F7
RGB
CMYK
RGB Variations
Color information
#FF93F7 (or 0xFF93F7) is known color: Pale Magenta. HEX triplet: FF, 93 and F7. RGB value is (255,147,247). Sum of RGB (Red+Green+Blue) = 255+147+247=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 147 (57.81% from 255 or 22.65% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93F7 is #006C08. Grayscale: #BEBEBE. Windows color (decimal): -27657 or 16225279. OLE color: 16225279.
HSL color Cylindrical-coordinate representation of color #FF93F7: hue angle of 304.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 #FF93F7 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 247 | - |
| CMYK | 0 | 0.42 | 0.03 | 0 |
| HSL | 304.44º | 1% | 0.79% | - |
| HSV(B) | 304.44º | 0.42% | 1% | - |
| XYZ | 68.46 | 48.84 | 93.81 | - |
| YUV | 190.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 247 | 0 | 0.42 | 0.03 | 0 | 304.44 | 1 | 0.79 |
| Hex | FF | 93 | F7 | 0 | 2A | 3 | 0 | 130 | 64 | 4F |
| Octal | 377 | 223 | 367 | 0 | 52 | 3 | 0 | 460 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11110111 | 0 | 101010 | 11 | 0 | 100110000 | 1100100 | 1001111 |
Color Harmonies of #FF93F7
Complementary color
Monochromatic Colors of #FF93F7
Black with #FF93F7
Text Example
Text Example
White with #FF93F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93F7; }
p { color: rgb(255,147,247); }
H1.HeaderClassName
{
color: #FF93F7;
}
.AnyTagClassName
{
color: #FF93F7;
}
</style>
background-color css
<style>
a { background-color: #FF93F7; }
a { background-color: rgb(255,147,247); }
div.DivClassName
{
background-color: #FF93F7;
}
.BgClassName
{
background-color: #FF93F7;
}
</style>
border-color css
<style>
span { border-color: #FF93F7; }
span { border-color: rgb(255,147,247); }
td.TdClassName
{
border-color: #FF93F7;
}
.TagClassName
{
border-color: #FF93F7;
}
</style>