Shades of Fuchsia Pink #F482FF
Tints of Fuchsia Pink #F482FF
RGB
CMYK
RGB Variations
Color information
#F482FF (or 0xF482FF) is known color: Fuchsia Pink. HEX triplet: F4, 82 and FF. RGB value is (244,130,255). Sum of RGB (Red+Green+Blue) = 244+130+255=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 130 (51.17% from 255 or 20.67% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #F482FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F482FF is #0B7D00. Grayscale: #B1B1B1. Windows color (decimal): -752897 or 16745204. OLE color: 16745204.
HSL color Cylindrical-coordinate representation of color #F482FF: hue angle of 294.72º 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 #F482FF is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 130 | 255 | - |
| CMYK | 0.04 | 0.49 | 0 | 0 |
| HSL | 294.72º | 1% | 0.75% | - |
| HSV(B) | 294.72º | 0.49% | 1% | - |
| XYZ | 63.34 | 42.42 | 99.46 | - |
| YUV | 178.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 255 | 0.04 | 0.49 | 0 | 0 | 294.72 | 1 | 0.75 |
| Hex | F4 | 82 | FF | 4 | 31 | 0 | 0 | 127 | 64 | 4B |
| Octal | 364 | 202 | 377 | 4 | 61 | 0 | 0 | 447 | 144 | 113 |
| Binary | 11110100 | 10000010 | 11111111 | 100 | 110001 | 0 | 0 | 100100111 | 1100100 | 1001011 |
Color Harmonies of #F482FF
Complementary color
Monochromatic Colors of #F482FF
Black with #F482FF
Text Example
Text Example
White with #F482FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482FF; }
p { color: rgb(244,130,255); }
H1.HeaderClassName
{
color: #F482FF;
}
.AnyTagClassName
{
color: #F482FF;
}
</style>
background-color css
<style>
a { background-color: #F482FF; }
a { background-color: rgb(244,130,255); }
div.DivClassName
{
background-color: #F482FF;
}
.BgClassName
{
background-color: #F482FF;
}
</style>
border-color css
<style>
span { border-color: #F482FF; }
span { border-color: rgb(244,130,255); }
td.TdClassName
{
border-color: #F482FF;
}
.TagClassName
{
border-color: #F482FF;
}
</style>