Html Css Color HEX #FB5DE6 Free Speech Magenta
📋 copy color: '#FB5DE6'red 251 ◦ green 93 ◦ blue 230
Shades of Free Speech Magenta #FB5DE6
Tints of Free Speech Magenta #FB5DE6
RGB
CMYK
RGB Variations
Color information
#FB5DE6 (or 0xFB5DE6) is known color: Free Speech Magenta. HEX triplet: FB, 5D and E6. RGB value is (251,93,230). Sum of RGB (Red+Green+Blue) = 251+93+230=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5DE6 is #04A219. Grayscale: #9B9B9B. Windows color (decimal): -303642 or 15097339. OLE color: 15097339.
HSL color Cylindrical-coordinate representation of color #FB5DE6: hue angle of 307.97º 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 #FB5DE6 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 230 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.02 |
| HSL | 307.97º | 0.95% | 0.67% | - |
| HSV(B) | 307.97º | 0.63% | 0.98% | - |
| XYZ | 57.98 | 34.05 | 78.38 | - |
| YUV | 155.86 | 169.85 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 230 | 0 | 0.63 | 0.08 | 0.02 | 307.97 | 0.95 | 0.67 |
| Hex | FB | 5D | E6 | 0 | 3F | 8 | 2 | 134 | 5F | 43 |
| Octal | 373 | 135 | 346 | 0 | 77 | 10 | 2 | 464 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11100110 | 0 | 111111 | 1000 | 10 | 100110100 | 1011111 | 1000011 |
Color Harmonies of #FB5DE6
Complementary color
Monochromatic Colors of #FB5DE6
Black with #FB5DE6
Text Example
Text Example
White with #FB5DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DE6; }
p { color: rgb(251,93,230); }
H1.HeaderClassName
{
color: #FB5DE6;
}
.AnyTagClassName
{
color: #FB5DE6;
}
</style>
background-color css
<style>
a { background-color: #FB5DE6; }
a { background-color: rgb(251,93,230); }
div.DivClassName
{
background-color: #FB5DE6;
}
.BgClassName
{
background-color: #FB5DE6;
}
</style>
border-color css
<style>
span { border-color: #FB5DE6; }
span { border-color: rgb(251,93,230); }
td.TdClassName
{
border-color: #FB5DE6;
}
.TagClassName
{
border-color: #FB5DE6;
}
</style>