Shades of Fuchsia Pink #F57FFC
Tints of Fuchsia Pink #F57FFC
RGB
CMYK
RGB Variations
Color information
#F57FFC (or 0xF57FFC) is known color: Fuchsia Pink. HEX triplet: F5, 7F and FC. RGB value is (245,127,252). Sum of RGB (Red+Green+Blue) = 245+127+252=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 127 (50% from 255 or 20.35% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #F57FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FFC is #0A8003. Grayscale: #B0B0B0. Windows color (decimal): -688132 or 16547829. OLE color: 16547829.
HSL color Cylindrical-coordinate representation of color #F57FFC: hue angle of 296.64º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57FFC is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 127 | 252 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.01 |
| HSL | 296.64º | 0.95% | 0.74% | - |
| HSV(B) | 296.64º | 0.5% | 0.99% | - |
| XYZ | 62.82 | 41.62 | 96.82 | - |
| YUV | 176.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 252 | 0.03 | 0.50 | 0 | 0.01 | 296.64 | 0.95 | 0.74 |
| Hex | F5 | 7F | FC | 3 | 32 | 0 | 1 | 129 | 5F | 4A |
| Octal | 365 | 177 | 374 | 3 | 62 | 0 | 1 | 451 | 137 | 112 |
| Binary | 11110101 | 1111111 | 11111100 | 11 | 110010 | 0 | 1 | 100101001 | 1011111 | 1001010 |
Color Harmonies of #F57FFC
Complementary color
Monochromatic Colors of #F57FFC
Black with #F57FFC
Text Example
Text Example
White with #F57FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FFC; }
p { color: rgb(245,127,252); }
H1.HeaderClassName
{
color: #F57FFC;
}
.AnyTagClassName
{
color: #F57FFC;
}
</style>
background-color css
<style>
a { background-color: #F57FFC; }
a { background-color: rgb(245,127,252); }
div.DivClassName
{
background-color: #F57FFC;
}
.BgClassName
{
background-color: #F57FFC;
}
</style>
border-color css
<style>
span { border-color: #F57FFC; }
span { border-color: rgb(245,127,252); }
td.TdClassName
{
border-color: #F57FFC;
}
.TagClassName
{
border-color: #F57FFC;
}
</style>