Shades of Fuchsia Pink #F982F8
Tints of Fuchsia Pink #F982F8
RGB
CMYK
RGB Variations
Color information
#F982F8 (or 0xF982F8) is known color: Fuchsia Pink. HEX triplet: F9, 82 and F8. RGB value is (249,130,248). Sum of RGB (Red+Green+Blue) = 249+130+248=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 130 (51.17% from 255 or 20.73% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F982F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982F8 is #067D07. Grayscale: #B2B2B2. Windows color (decimal): -425224 or 16286457. OLE color: 16286457.
HSL color Cylindrical-coordinate representation of color #F982F8: hue angle of 300.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982F8 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 248 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.02 |
| HSL | 300.5º | 0.91% | 0.74% | - |
| HSV(B) | 300.5º | 0.48% | 0.98% | - |
| XYZ | 63.99 | 42.88 | 93.71 | - |
| YUV | 179.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 248 | 0 | 0.48 | 0.00 | 0.02 | 300.5 | 0.91 | 0.74 |
| Hex | F9 | 82 | F8 | 0 | 30 | 0 | 2 | 12D | 5B | 4A |
| Octal | 371 | 202 | 370 | 0 | 60 | 0 | 2 | 455 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11111000 | 0 | 110000 | 0 | 10 | 100101101 | 1011011 | 1001010 |
Color Harmonies of #F982F8
Complementary color
Monochromatic Colors of #F982F8
Black with #F982F8
Text Example
Text Example
White with #F982F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982F8; }
p { color: rgb(249,130,248); }
H1.HeaderClassName
{
color: #F982F8;
}
.AnyTagClassName
{
color: #F982F8;
}
</style>
background-color css
<style>
a { background-color: #F982F8; }
a { background-color: rgb(249,130,248); }
div.DivClassName
{
background-color: #F982F8;
}
.BgClassName
{
background-color: #F982F8;
}
</style>
border-color css
<style>
span { border-color: #F982F8; }
span { border-color: rgb(249,130,248); }
td.TdClassName
{
border-color: #F982F8;
}
.TagClassName
{
border-color: #F982F8;
}
</style>