Shades of Fuchsia Pink #F976F0
Tints of Fuchsia Pink #F976F0
RGB
CMYK
RGB Variations
Color information
#F976F0 (or 0xF976F0) is known color: Fuchsia Pink. HEX triplet: F9, 76 and F0. RGB value is (249,118,240). Sum of RGB (Red+Green+Blue) = 249+118+240=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 118 (46.48% from 255 or 19.44% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F976F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F976F0 is #06890F. Grayscale: #AAAAAA. Windows color (decimal): -428304 or 15759097. OLE color: 15759097.
HSL color Cylindrical-coordinate representation of color #F976F0: hue angle of 304.12º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976F0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 240 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.02 |
| HSL | 304.12º | 0.92% | 0.72% | - |
| HSV(B) | 304.12º | 0.53% | 0.98% | - |
| XYZ | 61.27 | 39.39 | 86.81 | - |
| YUV | 171.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 240 | 0 | 0.53 | 0.04 | 0.02 | 304.12 | 0.92 | 0.72 |
| Hex | F9 | 76 | F0 | 0 | 35 | 4 | 2 | 130 | 5C | 48 |
| Octal | 371 | 166 | 360 | 0 | 65 | 4 | 2 | 460 | 134 | 110 |
| Binary | 11111001 | 1110110 | 11110000 | 0 | 110101 | 100 | 10 | 100110000 | 1011100 | 1001000 |
Color Harmonies of #F976F0
Complementary color
Monochromatic Colors of #F976F0
Black with #F976F0
Text Example
Text Example
White with #F976F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976F0; }
p { color: rgb(249,118,240); }
H1.HeaderClassName
{
color: #F976F0;
}
.AnyTagClassName
{
color: #F976F0;
}
</style>
background-color css
<style>
a { background-color: #F976F0; }
a { background-color: rgb(249,118,240); }
div.DivClassName
{
background-color: #F976F0;
}
.BgClassName
{
background-color: #F976F0;
}
</style>
border-color css
<style>
span { border-color: #F976F0; }
span { border-color: rgb(249,118,240); }
td.TdClassName
{
border-color: #F976F0;
}
.TagClassName
{
border-color: #F976F0;
}
</style>