Shades of Fuchsia Pink #FF87F8
Tints of Fuchsia Pink #FF87F8
RGB
CMYK
RGB Variations
Color information
#FF87F8 (or 0xFF87F8) is known color: Fuchsia Pink. HEX triplet: FF, 87 and F8. RGB value is (255,135,248). Sum of RGB (Red+Green+Blue) = 255+135+248=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 135 (53.12% from 255 or 21.16% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF87F8 is #007807. Grayscale: #B7B7B7. Windows color (decimal): -30728 or 16287743. OLE color: 16287743.
HSL color Cylindrical-coordinate representation of color #FF87F8: hue angle of 303.5º 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 #FF87F8 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 248 | - |
| CMYK | 0 | 0.47 | 0.03 | 0 |
| HSL | 303.5º | 1% | 0.76% | - |
| HSV(B) | 303.5º | 0.47% | 1% | - |
| XYZ | 66.85 | 45.37 | 94.04 | - |
| YUV | 183.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 248 | 0 | 0.47 | 0.03 | 0 | 303.5 | 1 | 0.76 |
| Hex | FF | 87 | F8 | 0 | 2F | 3 | 0 | 130 | 64 | 4C |
| Octal | 377 | 207 | 370 | 0 | 57 | 3 | 0 | 460 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11111000 | 0 | 101111 | 11 | 0 | 100110000 | 1100100 | 1001100 |
Color Harmonies of #FF87F8
Complementary color
Monochromatic Colors of #FF87F8
Black with #FF87F8
Text Example
Text Example
White with #FF87F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87F8; }
p { color: rgb(255,135,248); }
H1.HeaderClassName
{
color: #FF87F8;
}
.AnyTagClassName
{
color: #FF87F8;
}
</style>
background-color css
<style>
a { background-color: #FF87F8; }
a { background-color: rgb(255,135,248); }
div.DivClassName
{
background-color: #FF87F8;
}
.BgClassName
{
background-color: #FF87F8;
}
</style>
border-color css
<style>
span { border-color: #FF87F8; }
span { border-color: rgb(255,135,248); }
td.TdClassName
{
border-color: #FF87F8;
}
.TagClassName
{
border-color: #FF87F8;
}
</style>