Shades of Pale Magenta #FF88F0
Tints of Pale Magenta #FF88F0
RGB
CMYK
RGB Variations
Color information
#FF88F0 (or 0xFF88F0) is known color: Pale Magenta. HEX triplet: FF, 88 and F0. RGB value is (255,136,240). Sum of RGB (Red+Green+Blue) = 255+136+240=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 136 (53.52% from 255 or 21.55% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF88F0 is #00770F. Grayscale: #B7B7B7. Windows color (decimal): -30480 or 15763711. OLE color: 15763711.
HSL color Cylindrical-coordinate representation of color #FF88F0: hue angle of 307.56º 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 #FF88F0 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 240 | - |
| CMYK | 0 | 0.47 | 0.06 | 0 |
| HSL | 307.56º | 1% | 0.77% | - |
| HSV(B) | 307.56º | 0.47% | 1% | - |
| XYZ | 65.77 | 45.16 | 87.69 | - |
| YUV | 183.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 240 | 0 | 0.47 | 0.06 | 0 | 307.56 | 1 | 0.77 |
| Hex | FF | 88 | F0 | 0 | 2F | 6 | 0 | 134 | 64 | 4D |
| Octal | 377 | 210 | 360 | 0 | 57 | 6 | 0 | 464 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11110000 | 0 | 101111 | 110 | 0 | 100110100 | 1100100 | 1001101 |
Color Harmonies of #FF88F0
Complementary color
Monochromatic Colors of #FF88F0
Black with #FF88F0
Text Example
Text Example
White with #FF88F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88F0; }
p { color: rgb(255,136,240); }
H1.HeaderClassName
{
color: #FF88F0;
}
.AnyTagClassName
{
color: #FF88F0;
}
</style>
background-color css
<style>
a { background-color: #FF88F0; }
a { background-color: rgb(255,136,240); }
div.DivClassName
{
background-color: #FF88F0;
}
.BgClassName
{
background-color: #FF88F0;
}
</style>
border-color css
<style>
span { border-color: #FF88F0; }
span { border-color: rgb(255,136,240); }
td.TdClassName
{
border-color: #FF88F0;
}
.TagClassName
{
border-color: #FF88F0;
}
</style>