Shades of Fuchsia Pink #F57FFE
Tints of Fuchsia Pink #F57FFE
RGB
CMYK
RGB Variations
Color information
#F57FFE (or 0xF57FFE) is known color: Fuchsia Pink. HEX triplet: F5, 7F and FE. RGB value is (245,127,254). Sum of RGB (Red+Green+Blue) = 245+127+254=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 127 (50% from 255 or 20.29% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #F57FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FFE is #0A8001. Grayscale: #B0B0B0. Windows color (decimal): -688130 or 16678901. OLE color: 16678901.
HSL color Cylindrical-coordinate representation of color #F57FFE: hue angle of 295.75º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57FFE is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 127 | 254 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.00 |
| HSL | 295.75º | 0.98% | 0.75% | - |
| HSV(B) | 295.75º | 0.5% | 1% | - |
| XYZ | 63.13 | 41.75 | 98.5 | - |
| YUV | 176.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 254 | 0.04 | 0.50 | 0 | 0.00 | 295.75 | 0.98 | 0.75 |
| Hex | F5 | 7F | FE | 4 | 32 | 0 | 0 | 128 | 62 | 4B |
| Octal | 365 | 177 | 376 | 4 | 62 | 0 | 0 | 450 | 142 | 113 |
| Binary | 11110101 | 1111111 | 11111110 | 100 | 110010 | 0 | 0 | 100101000 | 1100010 | 1001011 |
Color Harmonies of #F57FFE
Complementary color
Monochromatic Colors of #F57FFE
Black with #F57FFE
Text Example
Text Example
White with #F57FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FFE; }
p { color: rgb(245,127,254); }
H1.HeaderClassName
{
color: #F57FFE;
}
.AnyTagClassName
{
color: #F57FFE;
}
</style>
background-color css
<style>
a { background-color: #F57FFE; }
a { background-color: rgb(245,127,254); }
div.DivClassName
{
background-color: #F57FFE;
}
.BgClassName
{
background-color: #F57FFE;
}
</style>
border-color css
<style>
span { border-color: #F57FFE; }
span { border-color: rgb(245,127,254); }
td.TdClassName
{
border-color: #F57FFE;
}
.TagClassName
{
border-color: #F57FFE;
}
</style>