Shades of Fuchsia Pink #F17AFE
Tints of Fuchsia Pink #F17AFE
RGB
CMYK
RGB Variations
Color information
#F17AFE (or 0xF17AFE) is known color: Fuchsia Pink. HEX triplet: F1, 7A and FE. RGB value is (241,122,254). Sum of RGB (Red+Green+Blue) = 241+122+254=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 122 (48.05% from 255 or 19.77% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #F17AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17AFE is #0E8501. Grayscale: #ACACAC. Windows color (decimal): -951554 or 16677617. OLE color: 16677617.
HSL color Cylindrical-coordinate representation of color #F17AFE: hue angle of 294.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17AFE is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 122 | 254 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.00 |
| HSL | 294.09º | 0.99% | 0.74% | - |
| HSV(B) | 294.09º | 0.52% | 1% | - |
| XYZ | 61.12 | 39.78 | 98.22 | - |
| YUV | 172.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 254 | 0.05 | 0.52 | 0 | 0.00 | 294.09 | 0.99 | 0.74 |
| Hex | F1 | 7A | FE | 5 | 34 | 0 | 0 | 126 | 63 | 4A |
| Octal | 361 | 172 | 376 | 5 | 64 | 0 | 0 | 446 | 143 | 112 |
| Binary | 11110001 | 1111010 | 11111110 | 101 | 110100 | 0 | 0 | 100100110 | 1100011 | 1001010 |
Color Harmonies of #F17AFE
Complementary color
Monochromatic Colors of #F17AFE
Black with #F17AFE
Text Example
Text Example
White with #F17AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17AFE; }
p { color: rgb(241,122,254); }
H1.HeaderClassName
{
color: #F17AFE;
}
.AnyTagClassName
{
color: #F17AFE;
}
</style>
background-color css
<style>
a { background-color: #F17AFE; }
a { background-color: rgb(241,122,254); }
div.DivClassName
{
background-color: #F17AFE;
}
.BgClassName
{
background-color: #F17AFE;
}
</style>
border-color css
<style>
span { border-color: #F17AFE; }
span { border-color: rgb(241,122,254); }
td.TdClassName
{
border-color: #F17AFE;
}
.TagClassName
{
border-color: #F17AFE;
}
</style>