Shades of Fuchsia Pink #F57EFB
Tints of Fuchsia Pink #F57EFB
RGB
CMYK
RGB Variations
Color information
#F57EFB (or 0xF57EFB) is known color: Fuchsia Pink. HEX triplet: F5, 7E and FB. RGB value is (245,126,251). Sum of RGB (Red+Green+Blue) = 245+126+251=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 126 (49.61% from 255 or 20.26% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #F57EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57EFB is #0A8104. Grayscale: #AFAFAF. Windows color (decimal): -688389 or 16482037. OLE color: 16482037.
HSL color Cylindrical-coordinate representation of color #F57EFB: hue angle of 297.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57EFB is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 126 | 251 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.02 |
| HSL | 297.12º | 0.94% | 0.74% | - |
| HSV(B) | 297.12º | 0.5% | 0.98% | - |
| XYZ | 62.53 | 41.3 | 95.94 | - |
| YUV | 175.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 251 | 0.02 | 0.50 | 0 | 0.02 | 297.12 | 0.94 | 0.74 |
| Hex | F5 | 7E | FB | 2 | 32 | 0 | 2 | 129 | 5E | 4A |
| Octal | 365 | 176 | 373 | 2 | 62 | 0 | 2 | 451 | 136 | 112 |
| Binary | 11110101 | 1111110 | 11111011 | 10 | 110010 | 0 | 10 | 100101001 | 1011110 | 1001010 |
Color Harmonies of #F57EFB
Complementary color
Monochromatic Colors of #F57EFB
Black with #F57EFB
Text Example
Text Example
White with #F57EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EFB; }
p { color: rgb(245,126,251); }
H1.HeaderClassName
{
color: #F57EFB;
}
.AnyTagClassName
{
color: #F57EFB;
}
</style>
background-color css
<style>
a { background-color: #F57EFB; }
a { background-color: rgb(245,126,251); }
div.DivClassName
{
background-color: #F57EFB;
}
.BgClassName
{
background-color: #F57EFB;
}
</style>
border-color css
<style>
span { border-color: #F57EFB; }
span { border-color: rgb(245,126,251); }
td.TdClassName
{
border-color: #F57EFB;
}
.TagClassName
{
border-color: #F57EFB;
}
</style>