Shades of Fuchsia Pink #F57DFF
Tints of Fuchsia Pink #F57DFF
RGB
CMYK
RGB Variations
Color information
#F57DFF (or 0xF57DFF) is known color: Fuchsia Pink. HEX triplet: F5, 7D and FF. RGB value is (245,125,255). Sum of RGB (Red+Green+Blue) = 245+125+255=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 125 (49.22% from 255 or 20% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F57DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DFF is #0A8200. Grayscale: #AFAFAF. Windows color (decimal): -688641 or 16743925. OLE color: 16743925.
HSL color Cylindrical-coordinate representation of color #F57DFF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57DFF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 125 | 255 | - |
| CMYK | 0.04 | 0.51 | 0 | 0 |
| HSL | 295.38º | 1% | 0.75% | - |
| HSV(B) | 295.38º | 0.51% | 1% | - |
| XYZ | 63.04 | 41.3 | 99.26 | - |
| YUV | 175.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 255 | 0.04 | 0.51 | 0 | 0 | 295.38 | 1 | 0.75 |
| Hex | F5 | 7D | FF | 4 | 33 | 0 | 0 | 127 | 64 | 4B |
| Octal | 365 | 175 | 377 | 4 | 63 | 0 | 0 | 447 | 144 | 113 |
| Binary | 11110101 | 1111101 | 11111111 | 100 | 110011 | 0 | 0 | 100100111 | 1100100 | 1001011 |
Color Harmonies of #F57DFF
Complementary color
Monochromatic Colors of #F57DFF
Black with #F57DFF
Text Example
Text Example
White with #F57DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DFF; }
p { color: rgb(245,125,255); }
H1.HeaderClassName
{
color: #F57DFF;
}
.AnyTagClassName
{
color: #F57DFF;
}
</style>
background-color css
<style>
a { background-color: #F57DFF; }
a { background-color: rgb(245,125,255); }
div.DivClassName
{
background-color: #F57DFF;
}
.BgClassName
{
background-color: #F57DFF;
}
</style>
border-color css
<style>
span { border-color: #F57DFF; }
span { border-color: rgb(245,125,255); }
td.TdClassName
{
border-color: #F57DFF;
}
.TagClassName
{
border-color: #F57DFF;
}
</style>