Shades of Pale Magenta #FF88F3
Tints of Pale Magenta #FF88F3
RGB
CMYK
RGB Variations
Color information
#FF88F3 (or 0xFF88F3) is known color: Pale Magenta. HEX triplet: FF, 88 and F3. RGB value is (255,136,243). Sum of RGB (Red+Green+Blue) = 255+136+243=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 136 (53.52% from 255 or 21.45% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF88F3 is #00770C. Grayscale: #B7B7B7. Windows color (decimal): -30477 or 15960319. OLE color: 15960319.
HSL color Cylindrical-coordinate representation of color #FF88F3: hue angle of 306.05º 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 #FF88F3 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 243 | - |
| CMYK | 0 | 0.47 | 0.05 | 0 |
| HSL | 306.05º | 1% | 0.77% | - |
| HSV(B) | 306.05º | 0.47% | 1% | - |
| XYZ | 66.22 | 45.34 | 90.06 | - |
| YUV | 183.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 243 | 0 | 0.47 | 0.05 | 0 | 306.05 | 1 | 0.77 |
| Hex | FF | 88 | F3 | 0 | 2F | 5 | 0 | 132 | 64 | 4D |
| Octal | 377 | 210 | 363 | 0 | 57 | 5 | 0 | 462 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11110011 | 0 | 101111 | 101 | 0 | 100110010 | 1100100 | 1001101 |
Color Harmonies of #FF88F3
Complementary color
Monochromatic Colors of #FF88F3
Black with #FF88F3
Text Example
Text Example
White with #FF88F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88F3; }
p { color: rgb(255,136,243); }
H1.HeaderClassName
{
color: #FF88F3;
}
.AnyTagClassName
{
color: #FF88F3;
}
</style>
background-color css
<style>
a { background-color: #FF88F3; }
a { background-color: rgb(255,136,243); }
div.DivClassName
{
background-color: #FF88F3;
}
.BgClassName
{
background-color: #FF88F3;
}
</style>
border-color css
<style>
span { border-color: #FF88F3; }
span { border-color: rgb(255,136,243); }
td.TdClassName
{
border-color: #FF88F3;
}
.TagClassName
{
border-color: #FF88F3;
}
</style>