Shades of Fuchsia Pink #F07CFF
Tints of Fuchsia Pink #F07CFF
RGB
CMYK
RGB Variations
Color information
#F07CFF (or 0xF07CFF) is known color: Fuchsia Pink. HEX triplet: F0, 7C and FF. RGB value is (240,124,255). Sum of RGB (Red+Green+Blue) = 240+124+255=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 124 (48.83% from 255 or 20.03% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #F07CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CFF is #0F8300. Grayscale: #ADADAD. Windows color (decimal): -1016577 or 16743664. OLE color: 16743664.
HSL color Cylindrical-coordinate representation of color #F07CFF: hue angle of 293.13º 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 #F07CFF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 124 | 255 | - |
| CMYK | 0.06 | 0.51 | 0 | 0 |
| HSL | 293.13º | 1% | 0.74% | - |
| HSV(B) | 293.13º | 0.51% | 1% | - |
| XYZ | 61.19 | 40.16 | 99.13 | - |
| YUV | 173.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 255 | 0.06 | 0.51 | 0 | 0 | 293.13 | 1 | 0.74 |
| Hex | F0 | 7C | FF | 6 | 33 | 0 | 0 | 125 | 64 | 4A |
| Octal | 360 | 174 | 377 | 6 | 63 | 0 | 0 | 445 | 144 | 112 |
| Binary | 11110000 | 1111100 | 11111111 | 110 | 110011 | 0 | 0 | 100100101 | 1100100 | 1001010 |
Color Harmonies of #F07CFF
Complementary color
Monochromatic Colors of #F07CFF
Black with #F07CFF
Text Example
Text Example
White with #F07CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CFF; }
p { color: rgb(240,124,255); }
H1.HeaderClassName
{
color: #F07CFF;
}
.AnyTagClassName
{
color: #F07CFF;
}
</style>
background-color css
<style>
a { background-color: #F07CFF; }
a { background-color: rgb(240,124,255); }
div.DivClassName
{
background-color: #F07CFF;
}
.BgClassName
{
background-color: #F07CFF;
}
</style>
border-color css
<style>
span { border-color: #F07CFF; }
span { border-color: rgb(240,124,255); }
td.TdClassName
{
border-color: #F07CFF;
}
.TagClassName
{
border-color: #F07CFF;
}
</style>