Shades of Fuchsia Pink #F47CFF
Tints of Fuchsia Pink #F47CFF
RGB
CMYK
RGB Variations
Color information
#F47CFF (or 0xF47CFF) is known color: Fuchsia Pink. HEX triplet: F4, 7C and FF. RGB value is (244,124,255). Sum of RGB (Red+Green+Blue) = 244+124+255=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 124 (48.83% from 255 or 19.90% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #F47CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47CFF is #0B8300. Grayscale: #AEAEAE. Windows color (decimal): -754433 or 16743668. OLE color: 16743668.
HSL color Cylindrical-coordinate representation of color #F47CFF: hue angle of 294.96º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F47CFF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 124 | 255 | - |
| CMYK | 0.04 | 0.51 | 0 | 0 |
| HSL | 294.96º | 1% | 0.74% | - |
| HSV(B) | 294.96º | 0.51% | 1% | - |
| XYZ | 62.57 | 40.87 | 99.2 | - |
| YUV | 174.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 255 | 0.04 | 0.51 | 0 | 0 | 294.96 | 1 | 0.74 |
| Hex | F4 | 7C | FF | 4 | 33 | 0 | 0 | 127 | 64 | 4A |
| Octal | 364 | 174 | 377 | 4 | 63 | 0 | 0 | 447 | 144 | 112 |
| Binary | 11110100 | 1111100 | 11111111 | 100 | 110011 | 0 | 0 | 100100111 | 1100100 | 1001010 |
Color Harmonies of #F47CFF
Complementary color
Monochromatic Colors of #F47CFF
Black with #F47CFF
Text Example
Text Example
White with #F47CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CFF; }
p { color: rgb(244,124,255); }
H1.HeaderClassName
{
color: #F47CFF;
}
.AnyTagClassName
{
color: #F47CFF;
}
</style>
background-color css
<style>
a { background-color: #F47CFF; }
a { background-color: rgb(244,124,255); }
div.DivClassName
{
background-color: #F47CFF;
}
.BgClassName
{
background-color: #F47CFF;
}
</style>
border-color css
<style>
span { border-color: #F47CFF; }
span { border-color: rgb(244,124,255); }
td.TdClassName
{
border-color: #F47CFF;
}
.TagClassName
{
border-color: #F47CFF;
}
</style>