Shades of Fuchsia Pink #F973FE
Tints of Fuchsia Pink #F973FE
RGB
CMYK
RGB Variations
Color information
#F973FE (or 0xF973FE) is known color: Fuchsia Pink. HEX triplet: F9, 73 and FE. RGB value is (249,115,254). Sum of RGB (Red+Green+Blue) = 249+115+254=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 115 (45.31% from 255 or 18.61% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #F973FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F973FE is #068C01. Grayscale: #AAAAAA. Windows color (decimal): -429058 or 16675833. OLE color: 16675833.
HSL color Cylindrical-coordinate representation of color #F973FE: hue angle of 297.84º 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 #F973FE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 115 | 254 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.00 |
| HSL | 297.84º | 0.99% | 0.72% | - |
| HSV(B) | 297.84º | 0.55% | 1% | - |
| XYZ | 63.09 | 39.56 | 98.08 | - |
| YUV | 170.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 254 | 0.02 | 0.55 | 0 | 0.00 | 297.84 | 0.99 | 0.72 |
| Hex | F9 | 73 | FE | 2 | 37 | 0 | 0 | 12A | 63 | 48 |
| Octal | 371 | 163 | 376 | 2 | 67 | 0 | 0 | 452 | 143 | 110 |
| Binary | 11111001 | 1110011 | 11111110 | 10 | 110111 | 0 | 0 | 100101010 | 1100011 | 1001000 |
Color Harmonies of #F973FE
Complementary color
Monochromatic Colors of #F973FE
Black with #F973FE
Text Example
Text Example
White with #F973FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973FE; }
p { color: rgb(249,115,254); }
H1.HeaderClassName
{
color: #F973FE;
}
.AnyTagClassName
{
color: #F973FE;
}
</style>
background-color css
<style>
a { background-color: #F973FE; }
a { background-color: rgb(249,115,254); }
div.DivClassName
{
background-color: #F973FE;
}
.BgClassName
{
background-color: #F973FE;
}
</style>
border-color css
<style>
span { border-color: #F973FE; }
span { border-color: rgb(249,115,254); }
td.TdClassName
{
border-color: #F973FE;
}
.TagClassName
{
border-color: #F973FE;
}
</style>