Shades of Fuchsia Pink #F882FF
Tints of Fuchsia Pink #F882FF
RGB
CMYK
RGB Variations
Color information
#F882FF (or 0xF882FF) is known color: Fuchsia Pink. HEX triplet: F8, 82 and FF. RGB value is (248,130,255). Sum of RGB (Red+Green+Blue) = 248+130+255=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 130 (51.17% from 255 or 20.54% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #F882FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882FF is #077D00. Grayscale: #B3B3B3. Windows color (decimal): -490753 or 16745208. OLE color: 16745208.
HSL color Cylindrical-coordinate representation of color #F882FF: hue angle of 296.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F882FF is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 130 | 255 | - |
| CMYK | 0.03 | 0.49 | 0 | 0 |
| HSL | 296.64º | 1% | 0.75% | - |
| HSV(B) | 296.64º | 0.49% | 1% | - |
| XYZ | 64.74 | 43.14 | 99.52 | - |
| YUV | 179.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 255 | 0.03 | 0.49 | 0 | 0 | 296.64 | 1 | 0.75 |
| Hex | F8 | 82 | FF | 3 | 31 | 0 | 0 | 129 | 64 | 4B |
| Octal | 370 | 202 | 377 | 3 | 61 | 0 | 0 | 451 | 144 | 113 |
| Binary | 11111000 | 10000010 | 11111111 | 11 | 110001 | 0 | 0 | 100101001 | 1100100 | 1001011 |
Color Harmonies of #F882FF
Complementary color
Monochromatic Colors of #F882FF
Black with #F882FF
Text Example
Text Example
White with #F882FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882FF; }
p { color: rgb(248,130,255); }
H1.HeaderClassName
{
color: #F882FF;
}
.AnyTagClassName
{
color: #F882FF;
}
</style>
background-color css
<style>
a { background-color: #F882FF; }
a { background-color: rgb(248,130,255); }
div.DivClassName
{
background-color: #F882FF;
}
.BgClassName
{
background-color: #F882FF;
}
</style>
border-color css
<style>
span { border-color: #F882FF; }
span { border-color: rgb(248,130,255); }
td.TdClassName
{
border-color: #F882FF;
}
.TagClassName
{
border-color: #F882FF;
}
</style>