Html Css Color HEX #FB57E1 Free Speech Magenta
📋 copy color: '#FB57E1'red 251 ◦ green 87 ◦ blue 225
Shades of Free Speech Magenta #FB57E1
Tints of Free Speech Magenta #FB57E1
RGB
CMYK
RGB Variations
Color information
#FB57E1 (or 0xFB57E1) is known color: Free Speech Magenta. HEX triplet: FB, 57 and E1. RGB value is (251,87,225). Sum of RGB (Red+Green+Blue) = 251+87+225=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 87 (34.38% from 255 or 15.45% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57E1 is #04A81E. Grayscale: #979797. Windows color (decimal): -305183 or 14768123. OLE color: 14768123.
HSL color Cylindrical-coordinate representation of color #FB57E1: hue angle of 309.51º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB57E1 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 225 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.02 |
| HSL | 309.51º | 0.95% | 0.66% | - |
| HSV(B) | 309.51º | 0.65% | 0.98% | - |
| XYZ | 56.78 | 32.76 | 74.57 | - |
| YUV | 151.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 225 | 0 | 0.65 | 0.10 | 0.02 | 309.51 | 0.95 | 0.66 |
| Hex | FB | 57 | E1 | 0 | 41 | A | 2 | 136 | 5F | 42 |
| Octal | 373 | 127 | 341 | 0 | 101 | 12 | 2 | 466 | 137 | 102 |
| Binary | 11111011 | 1010111 | 11100001 | 0 | 1000001 | 1010 | 10 | 100110110 | 1011111 | 1000010 |
Color Harmonies of #FB57E1
Complementary color
Monochromatic Colors of #FB57E1
Black with #FB57E1
Text Example
Text Example
White with #FB57E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB57E1; }
p { color: rgb(251,87,225); }
H1.HeaderClassName
{
color: #FB57E1;
}
.AnyTagClassName
{
color: #FB57E1;
}
</style>
background-color css
<style>
a { background-color: #FB57E1; }
a { background-color: rgb(251,87,225); }
div.DivClassName
{
background-color: #FB57E1;
}
.BgClassName
{
background-color: #FB57E1;
}
</style>
border-color css
<style>
span { border-color: #FB57E1; }
span { border-color: rgb(251,87,225); }
td.TdClassName
{
border-color: #FB57E1;
}
.TagClassName
{
border-color: #FB57E1;
}
</style>