Html Css Color HEX #FB57D7 Free Speech Magenta
📋 copy color: '#FB57D7'red 251 ◦ green 87 ◦ blue 215
Shades of Free Speech Magenta #FB57D7
Tints of Free Speech Magenta #FB57D7
RGB
CMYK
RGB Variations
Color information
#FB57D7 (or 0xFB57D7) is known color: Free Speech Magenta. HEX triplet: FB, 57 and D7. RGB value is (251,87,215). Sum of RGB (Red+Green+Blue) = 251+87+215=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 87 (34.38% from 255 or 15.73% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57D7 is #04A828. Grayscale: #969696. Windows color (decimal): -305193 or 14112763. OLE color: 14112763.
HSL color Cylindrical-coordinate representation of color #FB57D7: hue angle of 313.17º 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 #FB57D7 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 215 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.02 |
| HSL | 313.17º | 0.95% | 0.66% | - |
| HSV(B) | 313.17º | 0.65% | 0.98% | - |
| XYZ | 55.46 | 32.23 | 67.59 | - |
| YUV | 150.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 215 | 0 | 0.65 | 0.14 | 0.02 | 313.17 | 0.95 | 0.66 |
| Hex | FB | 57 | D7 | 0 | 41 | E | 2 | 139 | 5F | 42 |
| Octal | 373 | 127 | 327 | 0 | 101 | 16 | 2 | 471 | 137 | 102 |
| Binary | 11111011 | 1010111 | 11010111 | 0 | 1000001 | 1110 | 10 | 100111001 | 1011111 | 1000010 |
Color Harmonies of #FB57D7
Complementary color
Monochromatic Colors of #FB57D7
Black with #FB57D7
Text Example
Text Example
White with #FB57D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB57D7; }
p { color: rgb(251,87,215); }
H1.HeaderClassName
{
color: #FB57D7;
}
.AnyTagClassName
{
color: #FB57D7;
}
</style>
background-color css
<style>
a { background-color: #FB57D7; }
a { background-color: rgb(251,87,215); }
div.DivClassName
{
background-color: #FB57D7;
}
.BgClassName
{
background-color: #FB57D7;
}
</style>
border-color css
<style>
span { border-color: #FB57D7; }
span { border-color: rgb(251,87,215); }
td.TdClassName
{
border-color: #FB57D7;
}
.TagClassName
{
border-color: #FB57D7;
}
</style>