Shades of Fuchsia Pink #F280FF
Tints of Fuchsia Pink #F280FF
RGB
CMYK
RGB Variations
Color information
#F280FF (or 0xF280FF) is known color: Fuchsia Pink. HEX triplet: F2, 80 and FF. RGB value is (242,128,255). Sum of RGB (Red+Green+Blue) = 242+128+255=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 128 (50.39% from 255 or 20.48% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F280FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F280FF is #0D7F00. Grayscale: #B0B0B0. Windows color (decimal): -884481 or 16744690. OLE color: 16744690.
HSL color Cylindrical-coordinate representation of color #F280FF: hue angle of 293.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F280FF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 128 | 255 | - |
| CMYK | 0.05 | 0.50 | 0 | 0 |
| HSL | 293.86º | 1% | 0.75% | - |
| HSV(B) | 293.86º | 0.5% | 1% | - |
| XYZ | 62.39 | 41.54 | 99.34 | - |
| YUV | 176.56 | 172.27 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 255 | 0.05 | 0.50 | 0 | 0 | 293.86 | 1 | 0.75 |
| Hex | F2 | 80 | FF | 5 | 32 | 0 | 0 | 126 | 64 | 4B |
| Octal | 362 | 200 | 377 | 5 | 62 | 0 | 0 | 446 | 144 | 113 |
| Binary | 11110010 | 10000000 | 11111111 | 101 | 110010 | 0 | 0 | 100100110 | 1100100 | 1001011 |
Color Harmonies of #F280FF
Complementary color
Monochromatic Colors of #F280FF
Black with #F280FF
Text Example
Text Example
White with #F280FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280FF; }
p { color: rgb(242,128,255); }
H1.HeaderClassName
{
color: #F280FF;
}
.AnyTagClassName
{
color: #F280FF;
}
</style>
background-color css
<style>
a { background-color: #F280FF; }
a { background-color: rgb(242,128,255); }
div.DivClassName
{
background-color: #F280FF;
}
.BgClassName
{
background-color: #F280FF;
}
</style>
border-color css
<style>
span { border-color: #F280FF; }
span { border-color: rgb(242,128,255); }
td.TdClassName
{
border-color: #F280FF;
}
.TagClassName
{
border-color: #F280FF;
}
</style>