Shades of Fuchsia Pink #F478FE
Tints of Fuchsia Pink #F478FE
RGB
CMYK
RGB Variations
Color information
#F478FE (or 0xF478FE) is known color: Fuchsia Pink. HEX triplet: F4, 78 and FE. RGB value is (244,120,254). Sum of RGB (Red+Green+Blue) = 244+120+254=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 120 (47.27% from 255 or 19.42% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #F478FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F478FE is #0B8701. Grayscale: #ABABAB. Windows color (decimal): -755458 or 16677108. OLE color: 16677108.
HSL color Cylindrical-coordinate representation of color #F478FE: hue angle of 295.52º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F478FE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 120 | 254 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.00 |
| HSL | 295.52º | 0.99% | 0.73% | - |
| HSV(B) | 295.52º | 0.53% | 1% | - |
| XYZ | 61.91 | 39.82 | 98.19 | - |
| YUV | 172.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 254 | 0.04 | 0.53 | 0 | 0.00 | 295.52 | 0.99 | 0.73 |
| Hex | F4 | 78 | FE | 4 | 35 | 0 | 0 | 128 | 63 | 49 |
| Octal | 364 | 170 | 376 | 4 | 65 | 0 | 0 | 450 | 143 | 111 |
| Binary | 11110100 | 1111000 | 11111110 | 100 | 110101 | 0 | 0 | 100101000 | 1100011 | 1001001 |
Color Harmonies of #F478FE
Complementary color
Monochromatic Colors of #F478FE
Black with #F478FE
Text Example
Text Example
White with #F478FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478FE; }
p { color: rgb(244,120,254); }
H1.HeaderClassName
{
color: #F478FE;
}
.AnyTagClassName
{
color: #F478FE;
}
</style>
background-color css
<style>
a { background-color: #F478FE; }
a { background-color: rgb(244,120,254); }
div.DivClassName
{
background-color: #F478FE;
}
.BgClassName
{
background-color: #F478FE;
}
</style>
border-color css
<style>
span { border-color: #F478FE; }
span { border-color: rgb(244,120,254); }
td.TdClassName
{
border-color: #F478FE;
}
.TagClassName
{
border-color: #F478FE;
}
</style>