Shades of Fuchsia Pink #F881FD
Tints of Fuchsia Pink #F881FD
RGB
CMYK
RGB Variations
Color information
#F881FD (or 0xF881FD) is known color: Fuchsia Pink. HEX triplet: F8, 81 and FD. RGB value is (248,129,253). Sum of RGB (Red+Green+Blue) = 248+129+253=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 129 (50.78% from 255 or 20.48% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #F881FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881FD is #077E02. Grayscale: #B2B2B2. Windows color (decimal): -491011 or 16613880. OLE color: 16613880.
HSL color Cylindrical-coordinate representation of color #F881FD: hue angle of 297.58º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F881FD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 129 | 253 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.01 |
| HSL | 297.58º | 0.97% | 0.75% | - |
| HSV(B) | 297.58º | 0.49% | 0.99% | - |
| XYZ | 64.29 | 42.75 | 97.79 | - |
| YUV | 178.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 253 | 0.02 | 0.49 | 0 | 0.01 | 297.58 | 0.97 | 0.75 |
| Hex | F8 | 81 | FD | 2 | 31 | 0 | 1 | 12A | 61 | 4B |
| Octal | 370 | 201 | 375 | 2 | 61 | 0 | 1 | 452 | 141 | 113 |
| Binary | 11111000 | 10000001 | 11111101 | 10 | 110001 | 0 | 1 | 100101010 | 1100001 | 1001011 |
Color Harmonies of #F881FD
Complementary color
Monochromatic Colors of #F881FD
Black with #F881FD
Text Example
Text Example
White with #F881FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881FD; }
p { color: rgb(248,129,253); }
H1.HeaderClassName
{
color: #F881FD;
}
.AnyTagClassName
{
color: #F881FD;
}
</style>
background-color css
<style>
a { background-color: #F881FD; }
a { background-color: rgb(248,129,253); }
div.DivClassName
{
background-color: #F881FD;
}
.BgClassName
{
background-color: #F881FD;
}
</style>
border-color css
<style>
span { border-color: #F881FD; }
span { border-color: rgb(248,129,253); }
td.TdClassName
{
border-color: #F881FD;
}
.TagClassName
{
border-color: #F881FD;
}
</style>