Shades of Fuchsia Pink #F07EFF
Tints of Fuchsia Pink #F07EFF
RGB
CMYK
RGB Variations
Color information
#F07EFF (or 0xF07EFF) is known color: Fuchsia Pink. HEX triplet: F0, 7E and FF. RGB value is (240,126,255). Sum of RGB (Red+Green+Blue) = 240+126+255=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 126 (49.61% from 255 or 20.29% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #F07EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EFF is #0F8100. Grayscale: #AEAEAE. Windows color (decimal): -1016065 or 16744176. OLE color: 16744176.
HSL color Cylindrical-coordinate representation of color #F07EFF: hue angle of 293.02º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07EFF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 126 | 255 | - |
| CMYK | 0.06 | 0.51 | 0 | 0 |
| HSL | 293.02º | 1% | 0.75% | - |
| HSV(B) | 293.02º | 0.51% | 1% | - |
| XYZ | 61.45 | 40.67 | 99.22 | - |
| YUV | 174.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 255 | 0.06 | 0.51 | 0 | 0 | 293.02 | 1 | 0.75 |
| Hex | F0 | 7E | FF | 6 | 33 | 0 | 0 | 125 | 64 | 4B |
| Octal | 360 | 176 | 377 | 6 | 63 | 0 | 0 | 445 | 144 | 113 |
| Binary | 11110000 | 1111110 | 11111111 | 110 | 110011 | 0 | 0 | 100100101 | 1100100 | 1001011 |
Color Harmonies of #F07EFF
Complementary color
Monochromatic Colors of #F07EFF
Black with #F07EFF
Text Example
Text Example
White with #F07EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EFF; }
p { color: rgb(240,126,255); }
H1.HeaderClassName
{
color: #F07EFF;
}
.AnyTagClassName
{
color: #F07EFF;
}
</style>
background-color css
<style>
a { background-color: #F07EFF; }
a { background-color: rgb(240,126,255); }
div.DivClassName
{
background-color: #F07EFF;
}
.BgClassName
{
background-color: #F07EFF;
}
</style>
border-color css
<style>
span { border-color: #F07EFF; }
span { border-color: rgb(240,126,255); }
td.TdClassName
{
border-color: #F07EFF;
}
.TagClassName
{
border-color: #F07EFF;
}
</style>