Html Css Color HEX #FF5ADB Free Speech Magenta
📋 copy color: '#FF5ADB'red 255 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #FF5ADB
Tints of Free Speech Magenta #FF5ADB
RGB
CMYK
RGB Variations
Color information
#FF5ADB (or 0xFF5ADB) is known color: Free Speech Magenta. HEX triplet: FF, 5A and DB. RGB value is (255,90,219). Sum of RGB (Red+Green+Blue) = 255+90+219=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ADB is #00A524. Grayscale: #999999. Windows color (decimal): -42277 or 14375679. OLE color: 14375679.
HSL color Cylindrical-coordinate representation of color #FF5ADB: hue angle of 313.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5ADB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 219 | - |
| CMYK | 0 | 0.65 | 0.14 | 0 |
| HSL | 313.09º | 1% | 0.68% | - |
| HSV(B) | 313.09º | 0.65% | 1% | - |
| XYZ | 57.68 | 33.69 | 70.48 | - |
| YUV | 154.04 | 164.66 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 219 | 0 | 0.65 | 0.14 | 0 | 313.09 | 1 | 0.68 |
| Hex | FF | 5A | DB | 0 | 41 | E | 0 | 139 | 64 | 44 |
| Octal | 377 | 132 | 333 | 0 | 101 | 16 | 0 | 471 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11011011 | 0 | 1000001 | 1110 | 0 | 100111001 | 1100100 | 1000100 |
Color Harmonies of #FF5ADB
Complementary color
Monochromatic Colors of #FF5ADB
Black with #FF5ADB
Text Example
Text Example
White with #FF5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ADB; }
p { color: rgb(255,90,219); }
H1.HeaderClassName
{
color: #FF5ADB;
}
.AnyTagClassName
{
color: #FF5ADB;
}
</style>
background-color css
<style>
a { background-color: #FF5ADB; }
a { background-color: rgb(255,90,219); }
div.DivClassName
{
background-color: #FF5ADB;
}
.BgClassName
{
background-color: #FF5ADB;
}
</style>
border-color css
<style>
span { border-color: #FF5ADB; }
span { border-color: rgb(255,90,219); }
td.TdClassName
{
border-color: #FF5ADB;
}
.TagClassName
{
border-color: #FF5ADB;
}
</style>