Shades of Fuchsia Pink #F978F3
Tints of Fuchsia Pink #F978F3
RGB
CMYK
RGB Variations
Color information
#F978F3 (or 0xF978F3) is known color: Fuchsia Pink. HEX triplet: F9, 78 and F3. RGB value is (249,120,243). Sum of RGB (Red+Green+Blue) = 249+120+243=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 120 (47.27% from 255 or 19.61% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F978F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978F3 is #06870C. Grayscale: #ACACAC. Windows color (decimal): -427789 or 15956217. OLE color: 15956217.
HSL color Cylindrical-coordinate representation of color #F978F3: hue angle of 302.79º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978F3 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 243 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.02 |
| HSL | 302.79º | 0.91% | 0.72% | - |
| HSV(B) | 302.79º | 0.52% | 0.98% | - |
| XYZ | 61.96 | 40.04 | 89.26 | - |
| YUV | 172.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 243 | 0 | 0.52 | 0.02 | 0.02 | 302.79 | 0.91 | 0.72 |
| Hex | F9 | 78 | F3 | 0 | 34 | 2 | 2 | 12F | 5B | 48 |
| Octal | 371 | 170 | 363 | 0 | 64 | 2 | 2 | 457 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11110011 | 0 | 110100 | 10 | 10 | 100101111 | 1011011 | 1001000 |
Color Harmonies of #F978F3
Complementary color
Monochromatic Colors of #F978F3
Black with #F978F3
Text Example
Text Example
White with #F978F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978F3; }
p { color: rgb(249,120,243); }
H1.HeaderClassName
{
color: #F978F3;
}
.AnyTagClassName
{
color: #F978F3;
}
</style>
background-color css
<style>
a { background-color: #F978F3; }
a { background-color: rgb(249,120,243); }
div.DivClassName
{
background-color: #F978F3;
}
.BgClassName
{
background-color: #F978F3;
}
</style>
border-color css
<style>
span { border-color: #F978F3; }
span { border-color: rgb(249,120,243); }
td.TdClassName
{
border-color: #F978F3;
}
.TagClassName
{
border-color: #F978F3;
}
</style>