Shades of Pale Magenta #FF87F3
Tints of Pale Magenta #FF87F3
RGB
CMYK
RGB Variations
Color information
#FF87F3 (or 0xFF87F3) is known color: Pale Magenta. HEX triplet: FF, 87 and F3. RGB value is (255,135,243). Sum of RGB (Red+Green+Blue) = 255+135+243=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 135 (53.12% from 255 or 21.33% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF87F3 is #00780C. Grayscale: #B6B6B6. Windows color (decimal): -30733 or 15960063. OLE color: 15960063.
HSL color Cylindrical-coordinate representation of color #FF87F3: hue angle of 306º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87F3 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 243 | - |
| CMYK | 0 | 0.47 | 0.05 | 0 |
| HSL | 306º | 1% | 0.76% | - |
| HSV(B) | 306º | 0.47% | 1% | - |
| XYZ | 66.08 | 45.06 | 90.01 | - |
| YUV | 183.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 243 | 0 | 0.47 | 0.05 | 0 | 306 | 1 | 0.76 |
| Hex | FF | 87 | F3 | 0 | 2F | 5 | 0 | 132 | 64 | 4C |
| Octal | 377 | 207 | 363 | 0 | 57 | 5 | 0 | 462 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11110011 | 0 | 101111 | 101 | 0 | 100110010 | 1100100 | 1001100 |
Color Harmonies of #FF87F3
Complementary color
Monochromatic Colors of #FF87F3
Black with #FF87F3
Text Example
Text Example
White with #FF87F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87F3; }
p { color: rgb(255,135,243); }
H1.HeaderClassName
{
color: #FF87F3;
}
.AnyTagClassName
{
color: #FF87F3;
}
</style>
background-color css
<style>
a { background-color: #FF87F3; }
a { background-color: rgb(255,135,243); }
div.DivClassName
{
background-color: #FF87F3;
}
.BgClassName
{
background-color: #FF87F3;
}
</style>
border-color css
<style>
span { border-color: #FF87F3; }
span { border-color: rgb(255,135,243); }
td.TdClassName
{
border-color: #FF87F3;
}
.TagClassName
{
border-color: #FF87F3;
}
</style>