Shades of Fuchsia Pink #F482FE
Tints of Fuchsia Pink #F482FE
RGB
CMYK
RGB Variations
Color information
#F482FE (or 0xF482FE) is known color: Fuchsia Pink. HEX triplet: F4, 82 and FE. RGB value is (244,130,254). Sum of RGB (Red+Green+Blue) = 244+130+254=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 130 (51.17% from 255 or 20.70% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #F482FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F482FE is #0B7D01. Grayscale: #B1B1B1. Windows color (decimal): -752898 or 16679668. OLE color: 16679668.
HSL color Cylindrical-coordinate representation of color #F482FE: hue angle of 295.16º 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 #F482FE is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 130 | 254 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.00 |
| HSL | 295.16º | 0.98% | 0.75% | - |
| HSV(B) | 295.16º | 0.49% | 1% | - |
| XYZ | 63.18 | 42.35 | 98.61 | - |
| YUV | 178.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 254 | 0.04 | 0.49 | 0 | 0.00 | 295.16 | 0.98 | 0.75 |
| Hex | F4 | 82 | FE | 4 | 31 | 0 | 0 | 127 | 62 | 4B |
| Octal | 364 | 202 | 376 | 4 | 61 | 0 | 0 | 447 | 142 | 113 |
| Binary | 11110100 | 10000010 | 11111110 | 100 | 110001 | 0 | 0 | 100100111 | 1100010 | 1001011 |
Color Harmonies of #F482FE
Complementary color
Monochromatic Colors of #F482FE
Black with #F482FE
Text Example
Text Example
White with #F482FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482FE; }
p { color: rgb(244,130,254); }
H1.HeaderClassName
{
color: #F482FE;
}
.AnyTagClassName
{
color: #F482FE;
}
</style>
background-color css
<style>
a { background-color: #F482FE; }
a { background-color: rgb(244,130,254); }
div.DivClassName
{
background-color: #F482FE;
}
.BgClassName
{
background-color: #F482FE;
}
</style>
border-color css
<style>
span { border-color: #F482FE; }
span { border-color: rgb(244,130,254); }
td.TdClassName
{
border-color: #F482FE;
}
.TagClassName
{
border-color: #F482FE;
}
</style>