Shades of Fuchsia Pink #F17FFF
Tints of Fuchsia Pink #F17FFF
RGB
CMYK
RGB Variations
Color information
#F17FFF (or 0xF17FFF) is known color: Fuchsia Pink. HEX triplet: F1, 7F and FF. RGB value is (241,127,255). Sum of RGB (Red+Green+Blue) = 241+127+255=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 127 (50% from 255 or 20.39% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #F17FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FFF is #0E8000. Grayscale: #AFAFAF. Windows color (decimal): -950273 or 16744433. OLE color: 16744433.
HSL color Cylindrical-coordinate representation of color #F17FFF: hue angle of 293.44º 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 #F17FFF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 127 | 255 | - |
| CMYK | 0.05 | 0.50 | 0 | 0 |
| HSL | 293.44º | 1% | 0.75% | - |
| HSV(B) | 293.44º | 0.5% | 1% | - |
| XYZ | 61.92 | 41.1 | 99.28 | - |
| YUV | 175.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 255 | 0.05 | 0.50 | 0 | 0 | 293.44 | 1 | 0.75 |
| Hex | F1 | 7F | FF | 5 | 32 | 0 | 0 | 125 | 64 | 4B |
| Octal | 361 | 177 | 377 | 5 | 62 | 0 | 0 | 445 | 144 | 113 |
| Binary | 11110001 | 1111111 | 11111111 | 101 | 110010 | 0 | 0 | 100100101 | 1100100 | 1001011 |
Color Harmonies of #F17FFF
Complementary color
Monochromatic Colors of #F17FFF
Black with #F17FFF
Text Example
Text Example
White with #F17FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FFF; }
p { color: rgb(241,127,255); }
H1.HeaderClassName
{
color: #F17FFF;
}
.AnyTagClassName
{
color: #F17FFF;
}
</style>
background-color css
<style>
a { background-color: #F17FFF; }
a { background-color: rgb(241,127,255); }
div.DivClassName
{
background-color: #F17FFF;
}
.BgClassName
{
background-color: #F17FFF;
}
</style>
border-color css
<style>
span { border-color: #F17FFF; }
span { border-color: rgb(241,127,255); }
td.TdClassName
{
border-color: #F17FFF;
}
.TagClassName
{
border-color: #F17FFF;
}
</style>