Shades of Fuchsia Pink #F173FE
Tints of Fuchsia Pink #F173FE
RGB
CMYK
RGB Variations
Color information
#F173FE (or 0xF173FE) is known color: Fuchsia Pink. HEX triplet: F1, 73 and FE. RGB value is (241,115,254). Sum of RGB (Red+Green+Blue) = 241+115+254=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 115 (45.31% from 255 or 18.85% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #F173FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F173FE is #0E8C01. Grayscale: #A8A8A8. Windows color (decimal): -953346 or 16675825. OLE color: 16675825.
HSL color Cylindrical-coordinate representation of color #F173FE: hue angle of 294.39º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F173FE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 115 | 254 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.00 |
| HSL | 294.39º | 0.99% | 0.72% | - |
| HSV(B) | 294.39º | 0.55% | 1% | - |
| XYZ | 60.3 | 38.12 | 97.95 | - |
| YUV | 168.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 254 | 0.05 | 0.55 | 0 | 0.00 | 294.39 | 0.99 | 0.72 |
| Hex | F1 | 73 | FE | 5 | 37 | 0 | 0 | 126 | 63 | 48 |
| Octal | 361 | 163 | 376 | 5 | 67 | 0 | 0 | 446 | 143 | 110 |
| Binary | 11110001 | 1110011 | 11111110 | 101 | 110111 | 0 | 0 | 100100110 | 1100011 | 1001000 |
Color Harmonies of #F173FE
Complementary color
Monochromatic Colors of #F173FE
Black with #F173FE
Text Example
Text Example
White with #F173FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173FE; }
p { color: rgb(241,115,254); }
H1.HeaderClassName
{
color: #F173FE;
}
.AnyTagClassName
{
color: #F173FE;
}
</style>
background-color css
<style>
a { background-color: #F173FE; }
a { background-color: rgb(241,115,254); }
div.DivClassName
{
background-color: #F173FE;
}
.BgClassName
{
background-color: #F173FE;
}
</style>
border-color css
<style>
span { border-color: #F173FE; }
span { border-color: rgb(241,115,254); }
td.TdClassName
{
border-color: #F173FE;
}
.TagClassName
{
border-color: #F173FE;
}
</style>