Shades of Pale Magenta #FF88F5
Tints of Pale Magenta #FF88F5
RGB
CMYK
RGB Variations
Color information
#FF88F5 (or 0xFF88F5) is known color: Pale Magenta. HEX triplet: FF, 88 and F5. RGB value is (255,136,245). Sum of RGB (Red+Green+Blue) = 255+136+245=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 136 (53.52% from 255 or 21.38% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF88F5 is #00770A. Grayscale: #B7B7B7. Windows color (decimal): -30475 or 16091391. OLE color: 16091391.
HSL color Cylindrical-coordinate representation of color #FF88F5: hue angle of 305.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88F5 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 245 | - |
| CMYK | 0 | 0.47 | 0.04 | 0 |
| HSL | 305.04º | 1% | 0.77% | - |
| HSV(B) | 305.04º | 0.47% | 1% | - |
| XYZ | 66.53 | 45.46 | 91.65 | - |
| YUV | 184.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 245 | 0 | 0.47 | 0.04 | 0 | 305.04 | 1 | 0.77 |
| Hex | FF | 88 | F5 | 0 | 2F | 4 | 0 | 131 | 64 | 4D |
| Octal | 377 | 210 | 365 | 0 | 57 | 4 | 0 | 461 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11110101 | 0 | 101111 | 100 | 0 | 100110001 | 1100100 | 1001101 |
Color Harmonies of #FF88F5
Complementary color
Monochromatic Colors of #FF88F5
Black with #FF88F5
Text Example
Text Example
White with #FF88F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88F5; }
p { color: rgb(255,136,245); }
H1.HeaderClassName
{
color: #FF88F5;
}
.AnyTagClassName
{
color: #FF88F5;
}
</style>
background-color css
<style>
a { background-color: #FF88F5; }
a { background-color: rgb(255,136,245); }
div.DivClassName
{
background-color: #FF88F5;
}
.BgClassName
{
background-color: #FF88F5;
}
</style>
border-color css
<style>
span { border-color: #FF88F5; }
span { border-color: rgb(255,136,245); }
td.TdClassName
{
border-color: #FF88F5;
}
.TagClassName
{
border-color: #FF88F5;
}
</style>