Shades of Fuchsia Pink #F982FF
Tints of Fuchsia Pink #F982FF
RGB
CMYK
RGB Variations
Color information
#F982FF (or 0xF982FF) is known color: Fuchsia Pink. HEX triplet: F9, 82 and FF. RGB value is (249,130,255). Sum of RGB (Red+Green+Blue) = 249+130+255=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 130 (51.17% from 255 or 20.50% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #F982FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982FF is #067D00. Grayscale: #B3B3B3. Windows color (decimal): -425217 or 16745209. OLE color: 16745209.
HSL color Cylindrical-coordinate representation of color #F982FF: hue angle of 297.12º 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 #F982FF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 130 | 255 | - |
| CMYK | 0.02 | 0.49 | 0 | 0 |
| HSL | 297.12º | 1% | 0.75% | - |
| HSV(B) | 297.12º | 0.49% | 1% | - |
| XYZ | 65.1 | 43.33 | 99.54 | - |
| YUV | 179.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 255 | 0.02 | 0.49 | 0 | 0 | 297.12 | 1 | 0.75 |
| Hex | F9 | 82 | FF | 2 | 31 | 0 | 0 | 129 | 64 | 4B |
| Octal | 371 | 202 | 377 | 2 | 61 | 0 | 0 | 451 | 144 | 113 |
| Binary | 11111001 | 10000010 | 11111111 | 10 | 110001 | 0 | 0 | 100101001 | 1100100 | 1001011 |
Color Harmonies of #F982FF
Complementary color
Monochromatic Colors of #F982FF
Black with #F982FF
Text Example
Text Example
White with #F982FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982FF; }
p { color: rgb(249,130,255); }
H1.HeaderClassName
{
color: #F982FF;
}
.AnyTagClassName
{
color: #F982FF;
}
</style>
background-color css
<style>
a { background-color: #F982FF; }
a { background-color: rgb(249,130,255); }
div.DivClassName
{
background-color: #F982FF;
}
.BgClassName
{
background-color: #F982FF;
}
</style>
border-color css
<style>
span { border-color: #F982FF; }
span { border-color: rgb(249,130,255); }
td.TdClassName
{
border-color: #F982FF;
}
.TagClassName
{
border-color: #F982FF;
}
</style>