Shades of Fuchsia Pink #F978F4
Tints of Fuchsia Pink #F978F4
RGB
CMYK
RGB Variations
Color information
#F978F4 (or 0xF978F4) is known color: Fuchsia Pink. HEX triplet: F9, 78 and F4. RGB value is (249,120,244). Sum of RGB (Red+Green+Blue) = 249+120+244=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 120 (47.27% from 255 or 19.58% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F978F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978F4 is #06870B. Grayscale: #ACACAC. Windows color (decimal): -427788 or 16021753. OLE color: 16021753.
HSL color Cylindrical-coordinate representation of color #F978F4: hue angle of 302.33º 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 #F978F4 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 244 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.02 |
| HSL | 302.33º | 0.91% | 0.72% | - |
| HSV(B) | 302.33º | 0.52% | 0.98% | - |
| XYZ | 62.11 | 40.1 | 90.06 | - |
| YUV | 172.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 244 | 0 | 0.52 | 0.02 | 0.02 | 302.33 | 0.91 | 0.72 |
| Hex | F9 | 78 | F4 | 0 | 34 | 2 | 2 | 12E | 5B | 48 |
| Octal | 371 | 170 | 364 | 0 | 64 | 2 | 2 | 456 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11110100 | 0 | 110100 | 10 | 10 | 100101110 | 1011011 | 1001000 |
Color Harmonies of #F978F4
Complementary color
Monochromatic Colors of #F978F4
Black with #F978F4
Text Example
Text Example
White with #F978F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978F4; }
p { color: rgb(249,120,244); }
H1.HeaderClassName
{
color: #F978F4;
}
.AnyTagClassName
{
color: #F978F4;
}
</style>
background-color css
<style>
a { background-color: #F978F4; }
a { background-color: rgb(249,120,244); }
div.DivClassName
{
background-color: #F978F4;
}
.BgClassName
{
background-color: #F978F4;
}
</style>
border-color css
<style>
span { border-color: #F978F4; }
span { border-color: rgb(249,120,244); }
td.TdClassName
{
border-color: #F978F4;
}
.TagClassName
{
border-color: #F978F4;
}
</style>