Shades of Fuchsia Pink #F973EE
Tints of Fuchsia Pink #F973EE
RGB
CMYK
RGB Variations
Color information
#F973EE (or 0xF973EE) is known color: Fuchsia Pink. HEX triplet: F9, 73 and EE. RGB value is (249,115,238). Sum of RGB (Red+Green+Blue) = 249+115+238=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F973EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F973EE is #068C11. Grayscale: #A8A8A8. Windows color (decimal): -429074 or 15627257. OLE color: 15627257.
HSL color Cylindrical-coordinate representation of color #F973EE: hue angle of 304.93º 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 #F973EE is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 238 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.02 |
| HSL | 304.93º | 0.92% | 0.71% | - |
| HSV(B) | 304.93º | 0.54% | 0.98% | - |
| XYZ | 60.63 | 38.57 | 85.14 | - |
| YUV | 169.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 238 | 0 | 0.54 | 0.04 | 0.02 | 304.93 | 0.92 | 0.71 |
| Hex | F9 | 73 | EE | 0 | 36 | 4 | 2 | 131 | 5C | 47 |
| Octal | 371 | 163 | 356 | 0 | 66 | 4 | 2 | 461 | 134 | 107 |
| Binary | 11111001 | 1110011 | 11101110 | 0 | 110110 | 100 | 10 | 100110001 | 1011100 | 1000111 |
Color Harmonies of #F973EE
Complementary color
Monochromatic Colors of #F973EE
Black with #F973EE
Text Example
Text Example
White with #F973EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973EE; }
p { color: rgb(249,115,238); }
H1.HeaderClassName
{
color: #F973EE;
}
.AnyTagClassName
{
color: #F973EE;
}
</style>
background-color css
<style>
a { background-color: #F973EE; }
a { background-color: rgb(249,115,238); }
div.DivClassName
{
background-color: #F973EE;
}
.BgClassName
{
background-color: #F973EE;
}
</style>
border-color css
<style>
span { border-color: #F973EE; }
span { border-color: rgb(249,115,238); }
td.TdClassName
{
border-color: #F973EE;
}
.TagClassName
{
border-color: #F973EE;
}
</style>