Shades of Fuchsia Pink #FF8FFB
Tints of Fuchsia Pink #FF8FFB
RGB
CMYK
RGB Variations
Color information
#FF8FFB (or 0xFF8FFB) is known color: Fuchsia Pink. HEX triplet: FF, 8F and FB. RGB value is (255,143,251). Sum of RGB (Red+Green+Blue) = 255+143+251=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 143 (56.25% from 255 or 22.03% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FFB is #007004. Grayscale: #BCBCBC. Windows color (decimal): -28677 or 16486399. OLE color: 16486399.
HSL color Cylindrical-coordinate representation of color #FF8FFB: hue angle of 302.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FFB is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 251 | - |
| CMYK | 0 | 0.44 | 0.02 | 0 |
| HSL | 302.14º | 1% | 0.78% | - |
| HSV(B) | 302.14º | 0.44% | 1% | - |
| XYZ | 68.48 | 47.87 | 96.9 | - |
| YUV | 188.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 251 | 0 | 0.44 | 0.02 | 0 | 302.14 | 1 | 0.78 |
| Hex | FF | 8F | FB | 0 | 2C | 2 | 0 | 12E | 64 | 4E |
| Octal | 377 | 217 | 373 | 0 | 54 | 2 | 0 | 456 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11111011 | 0 | 101100 | 10 | 0 | 100101110 | 1100100 | 1001110 |
Color Harmonies of #FF8FFB
Complementary color
Monochromatic Colors of #FF8FFB
Black with #FF8FFB
Text Example
Text Example
White with #FF8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FFB; }
p { color: rgb(255,143,251); }
H1.HeaderClassName
{
color: #FF8FFB;
}
.AnyTagClassName
{
color: #FF8FFB;
}
</style>
background-color css
<style>
a { background-color: #FF8FFB; }
a { background-color: rgb(255,143,251); }
div.DivClassName
{
background-color: #FF8FFB;
}
.BgClassName
{
background-color: #FF8FFB;
}
</style>
border-color css
<style>
span { border-color: #FF8FFB; }
span { border-color: rgb(255,143,251); }
td.TdClassName
{
border-color: #FF8FFB;
}
.TagClassName
{
border-color: #FF8FFB;
}
</style>