Shades of Fuchsia Pink #F57FFD
Tints of Fuchsia Pink #F57FFD
RGB
CMYK
RGB Variations
Color information
#F57FFD (or 0xF57FFD) is known color: Fuchsia Pink. HEX triplet: F5, 7F and FD. RGB value is (245,127,253). Sum of RGB (Red+Green+Blue) = 245+127+253=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 127 (50% from 255 or 20.32% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #F57FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FFD is #0A8002. Grayscale: #B0B0B0. Windows color (decimal): -688131 or 16613365. OLE color: 16613365.
HSL color Cylindrical-coordinate representation of color #F57FFD: hue angle of 296.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57FFD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 127 | 253 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.01 |
| HSL | 296.19º | 0.97% | 0.75% | - |
| HSV(B) | 296.19º | 0.5% | 0.99% | - |
| XYZ | 62.98 | 41.68 | 97.65 | - |
| YUV | 176.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 253 | 0.03 | 0.50 | 0 | 0.01 | 296.19 | 0.97 | 0.75 |
| Hex | F5 | 7F | FD | 3 | 32 | 0 | 1 | 128 | 61 | 4B |
| Octal | 365 | 177 | 375 | 3 | 62 | 0 | 1 | 450 | 141 | 113 |
| Binary | 11110101 | 1111111 | 11111101 | 11 | 110010 | 0 | 1 | 100101000 | 1100001 | 1001011 |
Color Harmonies of #F57FFD
Complementary color
Monochromatic Colors of #F57FFD
Black with #F57FFD
Text Example
Text Example
White with #F57FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FFD; }
p { color: rgb(245,127,253); }
H1.HeaderClassName
{
color: #F57FFD;
}
.AnyTagClassName
{
color: #F57FFD;
}
</style>
background-color css
<style>
a { background-color: #F57FFD; }
a { background-color: rgb(245,127,253); }
div.DivClassName
{
background-color: #F57FFD;
}
.BgClassName
{
background-color: #F57FFD;
}
</style>
border-color css
<style>
span { border-color: #F57FFD; }
span { border-color: rgb(245,127,253); }
td.TdClassName
{
border-color: #F57FFD;
}
.TagClassName
{
border-color: #F57FFD;
}
</style>