Shades of Fuchsia Pink #F973F2
Tints of Fuchsia Pink #F973F2
RGB
CMYK
RGB Variations
Color information
#F973F2 (or 0xF973F2) is known color: Fuchsia Pink. HEX triplet: F9, 73 and F2. RGB value is (249,115,242). Sum of RGB (Red+Green+Blue) = 249+115+242=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F973F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F973F2 is #068C0D. Grayscale: #A9A9A9. Windows color (decimal): -429070 or 15889401. OLE color: 15889401.
HSL color Cylindrical-coordinate representation of color #F973F2: hue angle of 303.13º 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 #F973F2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 242 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.02 |
| HSL | 303.13º | 0.92% | 0.71% | - |
| HSV(B) | 303.13º | 0.54% | 0.98% | - |
| XYZ | 61.22 | 38.81 | 88.27 | - |
| YUV | 169.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 242 | 0 | 0.54 | 0.03 | 0.02 | 303.13 | 0.92 | 0.71 |
| Hex | F9 | 73 | F2 | 0 | 36 | 3 | 2 | 12F | 5C | 47 |
| Octal | 371 | 163 | 362 | 0 | 66 | 3 | 2 | 457 | 134 | 107 |
| Binary | 11111001 | 1110011 | 11110010 | 0 | 110110 | 11 | 10 | 100101111 | 1011100 | 1000111 |
Color Harmonies of #F973F2
Complementary color
Monochromatic Colors of #F973F2
Black with #F973F2
Text Example
Text Example
White with #F973F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973F2; }
p { color: rgb(249,115,242); }
H1.HeaderClassName
{
color: #F973F2;
}
.AnyTagClassName
{
color: #F973F2;
}
</style>
background-color css
<style>
a { background-color: #F973F2; }
a { background-color: rgb(249,115,242); }
div.DivClassName
{
background-color: #F973F2;
}
.BgClassName
{
background-color: #F973F2;
}
</style>
border-color css
<style>
span { border-color: #F973F2; }
span { border-color: rgb(249,115,242); }
td.TdClassName
{
border-color: #F973F2;
}
.TagClassName
{
border-color: #F973F2;
}
</style>