Shades of Fuchsia Pink #F982FE
Tints of Fuchsia Pink #F982FE
RGB
CMYK
RGB Variations
Color information
#F982FE (or 0xF982FE) is known color: Fuchsia Pink. HEX triplet: F9, 82 and FE. RGB value is (249,130,254). Sum of RGB (Red+Green+Blue) = 249+130+254=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 130 (51.17% from 255 or 20.54% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #F982FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982FE is #067D01. Grayscale: #B3B3B3. Windows color (decimal): -425218 or 16679673. OLE color: 16679673.
HSL color Cylindrical-coordinate representation of color #F982FE: hue angle of 297.58º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F982FE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 130 | 254 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.00 |
| HSL | 297.58º | 0.98% | 0.75% | - |
| HSV(B) | 297.58º | 0.49% | 1% | - |
| XYZ | 64.94 | 43.26 | 98.69 | - |
| YUV | 179.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 254 | 0.02 | 0.49 | 0 | 0.00 | 297.58 | 0.98 | 0.75 |
| Hex | F9 | 82 | FE | 2 | 31 | 0 | 0 | 12A | 62 | 4B |
| Octal | 371 | 202 | 376 | 2 | 61 | 0 | 0 | 452 | 142 | 113 |
| Binary | 11111001 | 10000010 | 11111110 | 10 | 110001 | 0 | 0 | 100101010 | 1100010 | 1001011 |
Color Harmonies of #F982FE
Complementary color
Monochromatic Colors of #F982FE
Black with #F982FE
Text Example
Text Example
White with #F982FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982FE; }
p { color: rgb(249,130,254); }
H1.HeaderClassName
{
color: #F982FE;
}
.AnyTagClassName
{
color: #F982FE;
}
</style>
background-color css
<style>
a { background-color: #F982FE; }
a { background-color: rgb(249,130,254); }
div.DivClassName
{
background-color: #F982FE;
}
.BgClassName
{
background-color: #F982FE;
}
</style>
border-color css
<style>
span { border-color: #F982FE; }
span { border-color: rgb(249,130,254); }
td.TdClassName
{
border-color: #F982FE;
}
.TagClassName
{
border-color: #F982FE;
}
</style>