Shades of Fuchsia Pink #F077FE
Tints of Fuchsia Pink #F077FE
RGB
CMYK
RGB Variations
Color information
#F077FE (or 0xF077FE) is known color: Fuchsia Pink. HEX triplet: F0, 77 and FE. RGB value is (240,119,254). Sum of RGB (Red+Green+Blue) = 240+119+254=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 119 (46.88% from 255 or 19.41% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #F077FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077FE is #0F8801. Grayscale: #AAAAAA. Windows color (decimal): -1017858 or 16676848. OLE color: 16676848.
HSL color Cylindrical-coordinate representation of color #F077FE: hue angle of 293.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F077FE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 119 | 254 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.00 |
| HSL | 293.78º | 0.99% | 0.73% | - |
| HSV(B) | 293.78º | 0.53% | 1% | - |
| XYZ | 60.42 | 38.87 | 98.08 | - |
| YUV | 170.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 254 | 0.06 | 0.53 | 0 | 0.00 | 293.78 | 0.99 | 0.73 |
| Hex | F0 | 77 | FE | 6 | 35 | 0 | 0 | 126 | 63 | 49 |
| Octal | 360 | 167 | 376 | 6 | 65 | 0 | 0 | 446 | 143 | 111 |
| Binary | 11110000 | 1110111 | 11111110 | 110 | 110101 | 0 | 0 | 100100110 | 1100011 | 1001001 |
Color Harmonies of #F077FE
Complementary color
Monochromatic Colors of #F077FE
Black with #F077FE
Text Example
Text Example
White with #F077FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077FE; }
p { color: rgb(240,119,254); }
H1.HeaderClassName
{
color: #F077FE;
}
.AnyTagClassName
{
color: #F077FE;
}
</style>
background-color css
<style>
a { background-color: #F077FE; }
a { background-color: rgb(240,119,254); }
div.DivClassName
{
background-color: #F077FE;
}
.BgClassName
{
background-color: #F077FE;
}
</style>
border-color css
<style>
span { border-color: #F077FE; }
span { border-color: rgb(240,119,254); }
td.TdClassName
{
border-color: #F077FE;
}
.TagClassName
{
border-color: #F077FE;
}
</style>