Shades of Fuchsia Pink #F978FA
Tints of Fuchsia Pink #F978FA
RGB
CMYK
RGB Variations
Color information
#F978FA (or 0xF978FA) is known color: Fuchsia Pink. HEX triplet: F9, 78 and FA. RGB value is (249,120,250). Sum of RGB (Red+Green+Blue) = 249+120+250=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 120 (47.27% from 255 or 19.39% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #F978FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978FA is #068705. Grayscale: #ADADAD. Windows color (decimal): -427782 or 16414969. OLE color: 16414969.
HSL color Cylindrical-coordinate representation of color #F978FA: hue angle of 299.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978FA is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 250 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.02 |
| HSL | 299.54º | 0.93% | 0.73% | - |
| HSV(B) | 299.54º | 0.52% | 0.98% | - |
| XYZ | 63.04 | 40.47 | 94.93 | - |
| YUV | 173.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 250 | 0.00 | 0.52 | 0 | 0.02 | 299.54 | 0.93 | 0.73 |
| Hex | F9 | 78 | FA | 0 | 34 | 0 | 2 | 12C | 5D | 49 |
| Octal | 371 | 170 | 372 | 0 | 64 | 0 | 2 | 454 | 135 | 111 |
| Binary | 11111001 | 1111000 | 11111010 | 0 | 110100 | 0 | 10 | 100101100 | 1011101 | 1001001 |
Color Harmonies of #F978FA
Complementary color
Monochromatic Colors of #F978FA
Black with #F978FA
Text Example
Text Example
White with #F978FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978FA; }
p { color: rgb(249,120,250); }
H1.HeaderClassName
{
color: #F978FA;
}
.AnyTagClassName
{
color: #F978FA;
}
</style>
background-color css
<style>
a { background-color: #F978FA; }
a { background-color: rgb(249,120,250); }
div.DivClassName
{
background-color: #F978FA;
}
.BgClassName
{
background-color: #F978FA;
}
</style>
border-color css
<style>
span { border-color: #F978FA; }
span { border-color: rgb(249,120,250); }
td.TdClassName
{
border-color: #F978FA;
}
.TagClassName
{
border-color: #F978FA;
}
</style>