Html Css Color HEX #FB5AE6 Free Speech Magenta
📋 copy color: '#FB5AE6'red 251 ◦ green 90 ◦ blue 230
Shades of Free Speech Magenta #FB5AE6
Tints of Free Speech Magenta #FB5AE6
RGB
CMYK
RGB Variations
Color information
#FB5AE6 (or 0xFB5AE6) is known color: Free Speech Magenta. HEX triplet: FB, 5A and E6. RGB value is (251,90,230). Sum of RGB (Red+Green+Blue) = 251+90+230=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AE6 is #04A519. Grayscale: #999999. Windows color (decimal): -304410 or 15096571. OLE color: 15096571.
HSL color Cylindrical-coordinate representation of color #FB5AE6: hue angle of 307.83º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AE6 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 230 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.02 |
| HSL | 307.83º | 0.95% | 0.67% | - |
| HSV(B) | 307.83º | 0.64% | 0.98% | - |
| XYZ | 57.72 | 33.53 | 78.29 | - |
| YUV | 154.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 230 | 0 | 0.64 | 0.08 | 0.02 | 307.83 | 0.95 | 0.67 |
| Hex | FB | 5A | E6 | 0 | 40 | 8 | 2 | 134 | 5F | 43 |
| Octal | 373 | 132 | 346 | 0 | 100 | 10 | 2 | 464 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11100110 | 0 | 1000000 | 1000 | 10 | 100110100 | 1011111 | 1000011 |
Color Harmonies of #FB5AE6
Complementary color
Monochromatic Colors of #FB5AE6
Black with #FB5AE6
Text Example
Text Example
White with #FB5AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AE6; }
p { color: rgb(251,90,230); }
H1.HeaderClassName
{
color: #FB5AE6;
}
.AnyTagClassName
{
color: #FB5AE6;
}
</style>
background-color css
<style>
a { background-color: #FB5AE6; }
a { background-color: rgb(251,90,230); }
div.DivClassName
{
background-color: #FB5AE6;
}
.BgClassName
{
background-color: #FB5AE6;
}
</style>
border-color css
<style>
span { border-color: #FB5AE6; }
span { border-color: rgb(251,90,230); }
td.TdClassName
{
border-color: #FB5AE6;
}
.TagClassName
{
border-color: #FB5AE6;
}
</style>