Html Css Color HEX #FF53DF Free Speech Magenta
📋 copy color: '#FF53DF'red 255 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #FF53DF
Tints of Free Speech Magenta #FF53DF
RGB
CMYK
RGB Variations
Color information
#FF53DF (or 0xFF53DF) is known color: Free Speech Magenta. HEX triplet: FF, 53 and DF. RGB value is (255,83,223). Sum of RGB (Red+Green+Blue) = 255+83+223=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 83 (32.81% from 255 or 14.80% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53DF is #00AC20. Grayscale: #969696. Windows color (decimal): -44065 or 14636031. OLE color: 14636031.
HSL color Cylindrical-coordinate representation of color #FF53DF: hue angle of 311.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53DF is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 223 | - |
| CMYK | 0 | 0.67 | 0.13 | 0 |
| HSL | 311.16º | 1% | 0.66% | - |
| HSV(B) | 311.16º | 0.67% | 1% | - |
| XYZ | 57.65 | 32.77 | 73.1 | - |
| YUV | 150.39 | 168.98 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 223 | 0 | 0.67 | 0.13 | 0 | 311.16 | 1 | 0.66 |
| Hex | FF | 53 | DF | 0 | 43 | D | 0 | 137 | 64 | 42 |
| Octal | 377 | 123 | 337 | 0 | 103 | 15 | 0 | 467 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11011111 | 0 | 1000011 | 1101 | 0 | 100110111 | 1100100 | 1000010 |
Color Harmonies of #FF53DF
Complementary color
Monochromatic Colors of #FF53DF
Black with #FF53DF
Text Example
Text Example
White with #FF53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53DF; }
p { color: rgb(255,83,223); }
H1.HeaderClassName
{
color: #FF53DF;
}
.AnyTagClassName
{
color: #FF53DF;
}
</style>
background-color css
<style>
a { background-color: #FF53DF; }
a { background-color: rgb(255,83,223); }
div.DivClassName
{
background-color: #FF53DF;
}
.BgClassName
{
background-color: #FF53DF;
}
</style>
border-color css
<style>
span { border-color: #FF53DF; }
span { border-color: rgb(255,83,223); }
td.TdClassName
{
border-color: #FF53DF;
}
.TagClassName
{
border-color: #FF53DF;
}
</style>