Shades of Fuchsia Pink #F478FA
Tints of Fuchsia Pink #F478FA
RGB
CMYK
RGB Variations
Color information
#F478FA (or 0xF478FA) is known color: Fuchsia Pink. HEX triplet: F4, 78 and FA. RGB value is (244,120,250). Sum of RGB (Red+Green+Blue) = 244+120+250=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 120 (47.27% from 255 or 19.54% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #F478FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F478FA is #0B8705. Grayscale: #ABABAB. Windows color (decimal): -755462 or 16414964. OLE color: 16414964.
HSL color Cylindrical-coordinate representation of color #F478FA: hue angle of 297.23º 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 #F478FA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 120 | 250 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.02 |
| HSL | 297.23º | 0.93% | 0.73% | - |
| HSV(B) | 297.23º | 0.52% | 0.98% | - |
| XYZ | 61.28 | 39.57 | 94.85 | - |
| YUV | 171.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 250 | 0.02 | 0.52 | 0 | 0.02 | 297.23 | 0.93 | 0.73 |
| Hex | F4 | 78 | FA | 2 | 34 | 0 | 2 | 129 | 5D | 49 |
| Octal | 364 | 170 | 372 | 2 | 64 | 0 | 2 | 451 | 135 | 111 |
| Binary | 11110100 | 1111000 | 11111010 | 10 | 110100 | 0 | 10 | 100101001 | 1011101 | 1001001 |
Color Harmonies of #F478FA
Complementary color
Monochromatic Colors of #F478FA
Black with #F478FA
Text Example
Text Example
White with #F478FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478FA; }
p { color: rgb(244,120,250); }
H1.HeaderClassName
{
color: #F478FA;
}
.AnyTagClassName
{
color: #F478FA;
}
</style>
background-color css
<style>
a { background-color: #F478FA; }
a { background-color: rgb(244,120,250); }
div.DivClassName
{
background-color: #F478FA;
}
.BgClassName
{
background-color: #F478FA;
}
</style>
border-color css
<style>
span { border-color: #F478FA; }
span { border-color: rgb(244,120,250); }
td.TdClassName
{
border-color: #F478FA;
}
.TagClassName
{
border-color: #F478FA;
}
</style>