Shades of Fuchsia Pink #F079FF
Tints of Fuchsia Pink #F079FF
RGB
CMYK
RGB Variations
Color information
#F079FF (or 0xF079FF) is known color: Fuchsia Pink. HEX triplet: F0, 79 and FF. RGB value is (240,121,255). Sum of RGB (Red+Green+Blue) = 240+121+255=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 121 (47.66% from 255 or 19.64% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #F079FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F079FF is #0F8600. Grayscale: #ABABAB. Windows color (decimal): -1017345 or 16742896. OLE color: 16742896.
HSL color Cylindrical-coordinate representation of color #F079FF: hue angle of 293.28º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F079FF is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 121 | 255 | - |
| CMYK | 0.06 | 0.53 | 0 | 0 |
| HSL | 293.28º | 1% | 0.74% | - |
| HSV(B) | 293.28º | 0.53% | 1% | - |
| XYZ | 60.82 | 39.42 | 99.01 | - |
| YUV | 171.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 255 | 0.06 | 0.53 | 0 | 0 | 293.28 | 1 | 0.74 |
| Hex | F0 | 79 | FF | 6 | 35 | 0 | 0 | 125 | 64 | 4A |
| Octal | 360 | 171 | 377 | 6 | 65 | 0 | 0 | 445 | 144 | 112 |
| Binary | 11110000 | 1111001 | 11111111 | 110 | 110101 | 0 | 0 | 100100101 | 1100100 | 1001010 |
Color Harmonies of #F079FF
Complementary color
Monochromatic Colors of #F079FF
Black with #F079FF
Text Example
Text Example
White with #F079FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079FF; }
p { color: rgb(240,121,255); }
H1.HeaderClassName
{
color: #F079FF;
}
.AnyTagClassName
{
color: #F079FF;
}
</style>
background-color css
<style>
a { background-color: #F079FF; }
a { background-color: rgb(240,121,255); }
div.DivClassName
{
background-color: #F079FF;
}
.BgClassName
{
background-color: #F079FF;
}
</style>
border-color css
<style>
span { border-color: #F079FF; }
span { border-color: rgb(240,121,255); }
td.TdClassName
{
border-color: #F079FF;
}
.TagClassName
{
border-color: #F079FF;
}
</style>