Shades of Fuchsia Pink #F973EF
Tints of Fuchsia Pink #F973EF
RGB
CMYK
RGB Variations
Color information
#F973EF (or 0xF973EF) is known color: Fuchsia Pink. HEX triplet: F9, 73 and EF. RGB value is (249,115,239). Sum of RGB (Red+Green+Blue) = 249+115+239=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F973EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F973EF is #068C10. Grayscale: #A8A8A8. Windows color (decimal): -429073 or 15692793. OLE color: 15692793.
HSL color Cylindrical-coordinate representation of color #F973EF: hue angle of 304.48º 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 #F973EF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 239 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.02 |
| HSL | 304.48º | 0.92% | 0.71% | - |
| HSV(B) | 304.48º | 0.54% | 0.98% | - |
| XYZ | 60.78 | 38.63 | 85.91 | - |
| YUV | 169.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 239 | 0 | 0.54 | 0.04 | 0.02 | 304.48 | 0.92 | 0.71 |
| Hex | F9 | 73 | EF | 0 | 36 | 4 | 2 | 130 | 5C | 47 |
| Octal | 371 | 163 | 357 | 0 | 66 | 4 | 2 | 460 | 134 | 107 |
| Binary | 11111001 | 1110011 | 11101111 | 0 | 110110 | 100 | 10 | 100110000 | 1011100 | 1000111 |
Color Harmonies of #F973EF
Complementary color
Monochromatic Colors of #F973EF
Black with #F973EF
Text Example
Text Example
White with #F973EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973EF; }
p { color: rgb(249,115,239); }
H1.HeaderClassName
{
color: #F973EF;
}
.AnyTagClassName
{
color: #F973EF;
}
</style>
background-color css
<style>
a { background-color: #F973EF; }
a { background-color: rgb(249,115,239); }
div.DivClassName
{
background-color: #F973EF;
}
.BgClassName
{
background-color: #F973EF;
}
</style>
border-color css
<style>
span { border-color: #F973EF; }
span { border-color: rgb(249,115,239); }
td.TdClassName
{
border-color: #F973EF;
}
.TagClassName
{
border-color: #F973EF;
}
</style>