Html Css Color HEX #FB4CE0 Free Speech Magenta
📋 copy color: '#FB4CE0'red 251 ◦ green 76 ◦ blue 224
Shades of Free Speech Magenta #FB4CE0
Tints of Free Speech Magenta #FB4CE0
RGB
CMYK
RGB Variations
Color information
#FB4CE0 (or 0xFB4CE0) is known color: Free Speech Magenta. HEX triplet: FB, 4C and E0. RGB value is (251,76,224). Sum of RGB (Red+Green+Blue) = 251+76+224=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 76 (30.08% from 255 or 13.79% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CE0 is #04B31F. Grayscale: #909090. Windows color (decimal): -308000 or 14699771. OLE color: 14699771.
HSL color Cylindrical-coordinate representation of color #FB4CE0: hue angle of 309.26º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CE0 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 224 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.02 |
| HSL | 309.26º | 0.96% | 0.64% | - |
| HSV(B) | 309.26º | 0.7% | 0.98% | - |
| XYZ | 55.82 | 31.06 | 73.57 | - |
| YUV | 145.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 224 | 0 | 0.70 | 0.11 | 0.02 | 309.26 | 0.96 | 0.64 |
| Hex | FB | 4C | E0 | 0 | 46 | B | 2 | 135 | 60 | 40 |
| Octal | 373 | 114 | 340 | 0 | 106 | 13 | 2 | 465 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11100000 | 0 | 1000110 | 1011 | 10 | 100110101 | 1100000 | 1000000 |
Color Harmonies of #FB4CE0
Complementary color
Monochromatic Colors of #FB4CE0
Black with #FB4CE0
Text Example
Text Example
White with #FB4CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CE0; }
p { color: rgb(251,76,224); }
H1.HeaderClassName
{
color: #FB4CE0;
}
.AnyTagClassName
{
color: #FB4CE0;
}
</style>
background-color css
<style>
a { background-color: #FB4CE0; }
a { background-color: rgb(251,76,224); }
div.DivClassName
{
background-color: #FB4CE0;
}
.BgClassName
{
background-color: #FB4CE0;
}
</style>
border-color css
<style>
span { border-color: #FB4CE0; }
span { border-color: rgb(251,76,224); }
td.TdClassName
{
border-color: #FB4CE0;
}
.TagClassName
{
border-color: #FB4CE0;
}
</style>