Shades of Fuchsia Pink #FF88FA
Tints of Fuchsia Pink #FF88FA
RGB
CMYK
RGB Variations
Color information
#FF88FA (or 0xFF88FA) is known color: Fuchsia Pink. HEX triplet: FF, 88 and FA. RGB value is (255,136,250). Sum of RGB (Red+Green+Blue) = 255+136+250=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 136 (53.52% from 255 or 21.22% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF88FA is #007705. Grayscale: #B8B8B8. Windows color (decimal): -30470 or 16419071. OLE color: 16419071.
HSL color Cylindrical-coordinate representation of color #FF88FA: hue angle of 302.52º 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 #FF88FA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 250 | - |
| CMYK | 0 | 0.47 | 0.02 | 0 |
| HSL | 302.52º | 1% | 0.77% | - |
| HSV(B) | 302.52º | 0.47% | 1% | - |
| XYZ | 67.3 | 45.77 | 95.73 | - |
| YUV | 184.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 250 | 0 | 0.47 | 0.02 | 0 | 302.52 | 1 | 0.77 |
| Hex | FF | 88 | FA | 0 | 2F | 2 | 0 | 12F | 64 | 4D |
| Octal | 377 | 210 | 372 | 0 | 57 | 2 | 0 | 457 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11111010 | 0 | 101111 | 10 | 0 | 100101111 | 1100100 | 1001101 |
Color Harmonies of #FF88FA
Complementary color
Monochromatic Colors of #FF88FA
Black with #FF88FA
Text Example
Text Example
White with #FF88FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88FA; }
p { color: rgb(255,136,250); }
H1.HeaderClassName
{
color: #FF88FA;
}
.AnyTagClassName
{
color: #FF88FA;
}
</style>
background-color css
<style>
a { background-color: #FF88FA; }
a { background-color: rgb(255,136,250); }
div.DivClassName
{
background-color: #FF88FA;
}
.BgClassName
{
background-color: #FF88FA;
}
</style>
border-color css
<style>
span { border-color: #FF88FA; }
span { border-color: rgb(255,136,250); }
td.TdClassName
{
border-color: #FF88FA;
}
.TagClassName
{
border-color: #FF88FA;
}
</style>