Shades of Fuchsia Pink #F57CFC
Tints of Fuchsia Pink #F57CFC
RGB
CMYK
RGB Variations
Color information
#F57CFC (or 0xF57CFC) is known color: Fuchsia Pink. HEX triplet: F5, 7C and FC. RGB value is (245,124,252). Sum of RGB (Red+Green+Blue) = 245+124+252=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 124 (48.83% from 255 or 19.97% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #F57CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57CFC is #0A8303. Grayscale: #AEAEAE. Windows color (decimal): -688900 or 16547061. OLE color: 16547061.
HSL color Cylindrical-coordinate representation of color #F57CFC: hue angle of 296.72º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57CFC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 124 | 252 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.01 |
| HSL | 296.72º | 0.96% | 0.74% | - |
| HSV(B) | 296.72º | 0.51% | 0.99% | - |
| XYZ | 62.43 | 40.86 | 96.69 | - |
| YUV | 174.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 252 | 0.03 | 0.51 | 0 | 0.01 | 296.72 | 0.96 | 0.74 |
| Hex | F5 | 7C | FC | 3 | 33 | 0 | 1 | 129 | 60 | 4A |
| Octal | 365 | 174 | 374 | 3 | 63 | 0 | 1 | 451 | 140 | 112 |
| Binary | 11110101 | 1111100 | 11111100 | 11 | 110011 | 0 | 1 | 100101001 | 1100000 | 1001010 |
Color Harmonies of #F57CFC
Complementary color
Monochromatic Colors of #F57CFC
Black with #F57CFC
Text Example
Text Example
White with #F57CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CFC; }
p { color: rgb(245,124,252); }
H1.HeaderClassName
{
color: #F57CFC;
}
.AnyTagClassName
{
color: #F57CFC;
}
</style>
background-color css
<style>
a { background-color: #F57CFC; }
a { background-color: rgb(245,124,252); }
div.DivClassName
{
background-color: #F57CFC;
}
.BgClassName
{
background-color: #F57CFC;
}
</style>
border-color css
<style>
span { border-color: #F57CFC; }
span { border-color: rgb(245,124,252); }
td.TdClassName
{
border-color: #F57CFC;
}
.TagClassName
{
border-color: #F57CFC;
}
</style>