Shades of Fuchsia Pink #F973F5
Tints of Fuchsia Pink #F973F5
RGB
CMYK
RGB Variations
Color information
#F973F5 (or 0xF973F5) is known color: Fuchsia Pink. HEX triplet: F9, 73 and F5. RGB value is (249,115,245). Sum of RGB (Red+Green+Blue) = 249+115+245=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 115 (45.31% from 255 or 18.88% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F973F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F973F5 is #068C0A. Grayscale: #A9A9A9. Windows color (decimal): -429067 or 16086009. OLE color: 16086009.
HSL color Cylindrical-coordinate representation of color #F973F5: hue angle of 301.79º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F973F5 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 245 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.02 |
| HSL | 301.79º | 0.92% | 0.71% | - |
| HSV(B) | 301.79º | 0.54% | 0.98% | - |
| XYZ | 61.68 | 38.99 | 90.66 | - |
| YUV | 169.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 245 | 0 | 0.54 | 0.02 | 0.02 | 301.79 | 0.92 | 0.71 |
| Hex | F9 | 73 | F5 | 0 | 36 | 2 | 2 | 12E | 5C | 47 |
| Octal | 371 | 163 | 365 | 0 | 66 | 2 | 2 | 456 | 134 | 107 |
| Binary | 11111001 | 1110011 | 11110101 | 0 | 110110 | 10 | 10 | 100101110 | 1011100 | 1000111 |
Color Harmonies of #F973F5
Complementary color
Monochromatic Colors of #F973F5
Black with #F973F5
Text Example
Text Example
White with #F973F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973F5; }
p { color: rgb(249,115,245); }
H1.HeaderClassName
{
color: #F973F5;
}
.AnyTagClassName
{
color: #F973F5;
}
</style>
background-color css
<style>
a { background-color: #F973F5; }
a { background-color: rgb(249,115,245); }
div.DivClassName
{
background-color: #F973F5;
}
.BgClassName
{
background-color: #F973F5;
}
</style>
border-color css
<style>
span { border-color: #F973F5; }
span { border-color: rgb(249,115,245); }
td.TdClassName
{
border-color: #F973F5;
}
.TagClassName
{
border-color: #F973F5;
}
</style>