Html Css Color HEX #FF53D5 Free Speech Magenta
📋 copy color: '#FF53D5'red 255 ◦ green 83 ◦ blue 213
Shades of Free Speech Magenta #FF53D5
Tints of Free Speech Magenta #FF53D5
RGB
CMYK
RGB Variations
Color information
#FF53D5 (or 0xFF53D5) is known color: Free Speech Magenta. HEX triplet: FF, 53 and D5. RGB value is (255,83,213). Sum of RGB (Red+Green+Blue) = 255+83+213=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53D5 is #00AC2A. Grayscale: #949494. Windows color (decimal): -44075 or 13980671. OLE color: 13980671.
HSL color Cylindrical-coordinate representation of color #FF53D5: hue angle of 314.65º 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 #FF53D5 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 213 | - |
| CMYK | 0 | 0.67 | 0.16 | 0 |
| HSL | 314.65º | 1% | 0.66% | - |
| HSV(B) | 314.65º | 0.67% | 1% | - |
| XYZ | 56.34 | 32.25 | 66.21 | - |
| YUV | 149.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 213 | 0 | 0.67 | 0.16 | 0 | 314.65 | 1 | 0.66 |
| Hex | FF | 53 | D5 | 0 | 43 | 10 | 0 | 13B | 64 | 42 |
| Octal | 377 | 123 | 325 | 0 | 103 | 20 | 0 | 473 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11010101 | 0 | 1000011 | 10000 | 0 | 100111011 | 1100100 | 1000010 |
Color Harmonies of #FF53D5
Complementary color
Monochromatic Colors of #FF53D5
Black with #FF53D5
Text Example
Text Example
White with #FF53D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53D5; }
p { color: rgb(255,83,213); }
H1.HeaderClassName
{
color: #FF53D5;
}
.AnyTagClassName
{
color: #FF53D5;
}
</style>
background-color css
<style>
a { background-color: #FF53D5; }
a { background-color: rgb(255,83,213); }
div.DivClassName
{
background-color: #FF53D5;
}
.BgClassName
{
background-color: #FF53D5;
}
</style>
border-color css
<style>
span { border-color: #FF53D5; }
span { border-color: rgb(255,83,213); }
td.TdClassName
{
border-color: #FF53D5;
}
.TagClassName
{
border-color: #FF53D5;
}
</style>