Shades of Fuchsia Pink #F07AFF
Tints of Fuchsia Pink #F07AFF
RGB
CMYK
RGB Variations
Color information
#F07AFF (or 0xF07AFF) is known color: Fuchsia Pink. HEX triplet: F0, 7A and FF. RGB value is (240,122,255). Sum of RGB (Red+Green+Blue) = 240+122+255=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 122 (48.05% from 255 or 19.77% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #F07AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AFF is #0F8500. Grayscale: #ACACAC. Windows color (decimal): -1017089 or 16743152. OLE color: 16743152.
HSL color Cylindrical-coordinate representation of color #F07AFF: hue angle of 293.23º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07AFF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 122 | 255 | - |
| CMYK | 0.06 | 0.52 | 0 | 0 |
| HSL | 293.23º | 1% | 0.74% | - |
| HSV(B) | 293.23º | 0.52% | 1% | - |
| XYZ | 60.94 | 39.66 | 99.05 | - |
| YUV | 172.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 255 | 0.06 | 0.52 | 0 | 0 | 293.23 | 1 | 0.74 |
| Hex | F0 | 7A | FF | 6 | 34 | 0 | 0 | 125 | 64 | 4A |
| Octal | 360 | 172 | 377 | 6 | 64 | 0 | 0 | 445 | 144 | 112 |
| Binary | 11110000 | 1111010 | 11111111 | 110 | 110100 | 0 | 0 | 100100101 | 1100100 | 1001010 |
Color Harmonies of #F07AFF
Complementary color
Monochromatic Colors of #F07AFF
Black with #F07AFF
Text Example
Text Example
White with #F07AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AFF; }
p { color: rgb(240,122,255); }
H1.HeaderClassName
{
color: #F07AFF;
}
.AnyTagClassName
{
color: #F07AFF;
}
</style>
background-color css
<style>
a { background-color: #F07AFF; }
a { background-color: rgb(240,122,255); }
div.DivClassName
{
background-color: #F07AFF;
}
.BgClassName
{
background-color: #F07AFF;
}
</style>
border-color css
<style>
span { border-color: #F07AFF; }
span { border-color: rgb(240,122,255); }
td.TdClassName
{
border-color: #F07AFF;
}
.TagClassName
{
border-color: #F07AFF;
}
</style>