Shades of Fuchsia Pink #F079FE
Tints of Fuchsia Pink #F079FE
RGB
CMYK
RGB Variations
Color information
#F079FE (or 0xF079FE) is known color: Fuchsia Pink. HEX triplet: F0, 79 and FE. RGB value is (240,121,254). Sum of RGB (Red+Green+Blue) = 240+121+254=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 121 (47.66% from 255 or 19.67% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #F079FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F079FE is #0F8601. Grayscale: #ABABAB. Windows color (decimal): -1017346 or 16677360. OLE color: 16677360.
HSL color Cylindrical-coordinate representation of color #F079FE: hue angle of 293.68º 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 #F079FE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 121 | 254 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.00 |
| HSL | 293.68º | 0.99% | 0.74% | - |
| HSV(B) | 293.68º | 0.52% | 1% | - |
| XYZ | 60.66 | 39.36 | 98.17 | - |
| YUV | 171.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 254 | 0.06 | 0.52 | 0 | 0.00 | 293.68 | 0.99 | 0.74 |
| Hex | F0 | 79 | FE | 6 | 34 | 0 | 0 | 126 | 63 | 4A |
| Octal | 360 | 171 | 376 | 6 | 64 | 0 | 0 | 446 | 143 | 112 |
| Binary | 11110000 | 1111001 | 11111110 | 110 | 110100 | 0 | 0 | 100100110 | 1100011 | 1001010 |
Color Harmonies of #F079FE
Complementary color
Monochromatic Colors of #F079FE
Black with #F079FE
Text Example
Text Example
White with #F079FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079FE; }
p { color: rgb(240,121,254); }
H1.HeaderClassName
{
color: #F079FE;
}
.AnyTagClassName
{
color: #F079FE;
}
</style>
background-color css
<style>
a { background-color: #F079FE; }
a { background-color: rgb(240,121,254); }
div.DivClassName
{
background-color: #F079FE;
}
.BgClassName
{
background-color: #F079FE;
}
</style>
border-color css
<style>
span { border-color: #F079FE; }
span { border-color: rgb(240,121,254); }
td.TdClassName
{
border-color: #F079FE;
}
.TagClassName
{
border-color: #F079FE;
}
</style>