Shades of Fuchsia Pink #F57BFE
Tints of Fuchsia Pink #F57BFE
RGB
CMYK
RGB Variations
Color information
#F57BFE (or 0xF57BFE) is known color: Fuchsia Pink. HEX triplet: F5, 7B and FE. RGB value is (245,123,254). Sum of RGB (Red+Green+Blue) = 245+123+254=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 123 (48.44% from 255 or 19.77% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #F57BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BFE is #0A8401. Grayscale: #AEAEAE. Windows color (decimal): -689154 or 16677877. OLE color: 16677877.
HSL color Cylindrical-coordinate representation of color #F57BFE: hue angle of 295.88º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57BFE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 123 | 254 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.00 |
| HSL | 295.88º | 0.98% | 0.74% | - |
| HSV(B) | 295.88º | 0.52% | 1% | - |
| XYZ | 62.63 | 40.73 | 98.33 | - |
| YUV | 174.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 254 | 0.04 | 0.52 | 0 | 0.00 | 295.88 | 0.98 | 0.74 |
| Hex | F5 | 7B | FE | 4 | 34 | 0 | 0 | 128 | 62 | 4A |
| Octal | 365 | 173 | 376 | 4 | 64 | 0 | 0 | 450 | 142 | 112 |
| Binary | 11110101 | 1111011 | 11111110 | 100 | 110100 | 0 | 0 | 100101000 | 1100010 | 1001010 |
Color Harmonies of #F57BFE
Complementary color
Monochromatic Colors of #F57BFE
Black with #F57BFE
Text Example
Text Example
White with #F57BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BFE; }
p { color: rgb(245,123,254); }
H1.HeaderClassName
{
color: #F57BFE;
}
.AnyTagClassName
{
color: #F57BFE;
}
</style>
background-color css
<style>
a { background-color: #F57BFE; }
a { background-color: rgb(245,123,254); }
div.DivClassName
{
background-color: #F57BFE;
}
.BgClassName
{
background-color: #F57BFE;
}
</style>
border-color css
<style>
span { border-color: #F57BFE; }
span { border-color: rgb(245,123,254); }
td.TdClassName
{
border-color: #F57BFE;
}
.TagClassName
{
border-color: #F57BFE;
}
</style>