Html Css Color HEX #FB5DE5 Free Speech Magenta
📋 copy color: '#FB5DE5'red 251 ◦ green 93 ◦ blue 229
Shades of Free Speech Magenta #FB5DE5
Tints of Free Speech Magenta #FB5DE5
RGB
CMYK
RGB Variations
Color information
#FB5DE5 (or 0xFB5DE5) is known color: Free Speech Magenta. HEX triplet: FB, 5D and E5. RGB value is (251,93,229). Sum of RGB (Red+Green+Blue) = 251+93+229=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DE5 is #04A21A. Grayscale: #9B9B9B. Windows color (decimal): -303643 or 15031803. OLE color: 15031803.
HSL color Cylindrical-coordinate representation of color #FB5DE5: hue angle of 308.35º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DE5 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 229 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.02 |
| HSL | 308.35º | 0.95% | 0.67% | - |
| HSV(B) | 308.35º | 0.63% | 0.98% | - |
| XYZ | 57.84 | 34 | 77.64 | - |
| YUV | 155.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 229 | 0 | 0.63 | 0.09 | 0.02 | 308.35 | 0.95 | 0.67 |
| Hex | FB | 5D | E5 | 0 | 3F | 9 | 2 | 134 | 5F | 43 |
| Octal | 373 | 135 | 345 | 0 | 77 | 11 | 2 | 464 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11100101 | 0 | 111111 | 1001 | 10 | 100110100 | 1011111 | 1000011 |
Color Harmonies of #FB5DE5
Complementary color
Monochromatic Colors of #FB5DE5
Black with #FB5DE5
Text Example
Text Example
White with #FB5DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DE5; }
p { color: rgb(251,93,229); }
H1.HeaderClassName
{
color: #FB5DE5;
}
.AnyTagClassName
{
color: #FB5DE5;
}
</style>
background-color css
<style>
a { background-color: #FB5DE5; }
a { background-color: rgb(251,93,229); }
div.DivClassName
{
background-color: #FB5DE5;
}
.BgClassName
{
background-color: #FB5DE5;
}
</style>
border-color css
<style>
span { border-color: #FB5DE5; }
span { border-color: rgb(251,93,229); }
td.TdClassName
{
border-color: #FB5DE5;
}
.TagClassName
{
border-color: #FB5DE5;
}
</style>