Shades of Fuchsia Pink #F07AFE
Tints of Fuchsia Pink #F07AFE
RGB
CMYK
RGB Variations
Color information
#F07AFE (or 0xF07AFE) is known color: Fuchsia Pink. HEX triplet: F0, 7A and FE. RGB value is (240,122,254). Sum of RGB (Red+Green+Blue) = 240+122+254=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 122 (48.05% from 255 or 19.81% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #F07AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AFE is #0F8501. Grayscale: #ABABAB. Windows color (decimal): -1017090 or 16677616. OLE color: 16677616.
HSL color Cylindrical-coordinate representation of color #F07AFE: hue angle of 293.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07AFE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 122 | 254 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.00 |
| HSL | 293.64º | 0.99% | 0.74% | - |
| HSV(B) | 293.64º | 0.52% | 1% | - |
| XYZ | 60.78 | 39.6 | 98.21 | - |
| YUV | 172.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 254 | 0.06 | 0.52 | 0 | 0.00 | 293.64 | 0.99 | 0.74 |
| Hex | F0 | 7A | FE | 6 | 34 | 0 | 0 | 126 | 63 | 4A |
| Octal | 360 | 172 | 376 | 6 | 64 | 0 | 0 | 446 | 143 | 112 |
| Binary | 11110000 | 1111010 | 11111110 | 110 | 110100 | 0 | 0 | 100100110 | 1100011 | 1001010 |
Color Harmonies of #F07AFE
Complementary color
Monochromatic Colors of #F07AFE
Black with #F07AFE
Text Example
Text Example
White with #F07AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AFE; }
p { color: rgb(240,122,254); }
H1.HeaderClassName
{
color: #F07AFE;
}
.AnyTagClassName
{
color: #F07AFE;
}
</style>
background-color css
<style>
a { background-color: #F07AFE; }
a { background-color: rgb(240,122,254); }
div.DivClassName
{
background-color: #F07AFE;
}
.BgClassName
{
background-color: #F07AFE;
}
</style>
border-color css
<style>
span { border-color: #F07AFE; }
span { border-color: rgb(240,122,254); }
td.TdClassName
{
border-color: #F07AFE;
}
.TagClassName
{
border-color: #F07AFE;
}
</style>