Shades of Fuchsia Pink #FF87F7
Tints of Fuchsia Pink #FF87F7
RGB
CMYK
RGB Variations
Color information
#FF87F7 (or 0xFF87F7) is known color: Fuchsia Pink. HEX triplet: FF, 87 and F7. RGB value is (255,135,247). Sum of RGB (Red+Green+Blue) = 255+135+247=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 135 (53.12% from 255 or 21.19% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF87F7 is #007808. Grayscale: #B7B7B7. Windows color (decimal): -30729 or 16222207. OLE color: 16222207.
HSL color Cylindrical-coordinate representation of color #FF87F7: hue angle of 304º 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 #FF87F7 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 247 | - |
| CMYK | 0 | 0.47 | 0.03 | 0 |
| HSL | 304º | 1% | 0.76% | - |
| HSV(B) | 304º | 0.47% | 1% | - |
| XYZ | 66.69 | 45.3 | 93.23 | - |
| YUV | 183.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 247 | 0 | 0.47 | 0.03 | 0 | 304 | 1 | 0.76 |
| Hex | FF | 87 | F7 | 0 | 2F | 3 | 0 | 130 | 64 | 4C |
| Octal | 377 | 207 | 367 | 0 | 57 | 3 | 0 | 460 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11110111 | 0 | 101111 | 11 | 0 | 100110000 | 1100100 | 1001100 |
Color Harmonies of #FF87F7
Complementary color
Monochromatic Colors of #FF87F7
Black with #FF87F7
Text Example
Text Example
White with #FF87F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87F7; }
p { color: rgb(255,135,247); }
H1.HeaderClassName
{
color: #FF87F7;
}
.AnyTagClassName
{
color: #FF87F7;
}
</style>
background-color css
<style>
a { background-color: #FF87F7; }
a { background-color: rgb(255,135,247); }
div.DivClassName
{
background-color: #FF87F7;
}
.BgClassName
{
background-color: #FF87F7;
}
</style>
border-color css
<style>
span { border-color: #FF87F7; }
span { border-color: rgb(255,135,247); }
td.TdClassName
{
border-color: #FF87F7;
}
.TagClassName
{
border-color: #FF87F7;
}
</style>