Html Css Color HEX #FF5DDF Free Speech Magenta
📋 copy color: '#FF5DDF'red 255 ◦ green 93 ◦ blue 223
Shades of Free Speech Magenta #FF5DDF
Tints of Free Speech Magenta #FF5DDF
RGB
CMYK
RGB Variations
Color information
#FF5DDF (or 0xFF5DDF) is known color: Free Speech Magenta. HEX triplet: FF, 5D and DF. RGB value is (255,93,223). Sum of RGB (Red+Green+Blue) = 255+93+223=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DDF is #00A220. Grayscale: #9B9B9B. Windows color (decimal): -41505 or 14638591. OLE color: 14638591.
HSL color Cylindrical-coordinate representation of color #FF5DDF: hue angle of 311.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DDF is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 93 | 223 | - |
CMYK | 0 | 0.64 | 0.13 | 0 |
HSL | 311.85º | 1% | 0.68% | - |
HSV(B) | 311.85º | 0.64% | 1% | - |
XYZ | 58.47 | 34.42 | 73.37 | - |
YUV | 156.26 | 165.67 | 198.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 93 | 223 | 0 | 0.64 | 0.13 | 0 | 311.85 | 1 | 0.68 |
Hex | FF | 5D | DF | 0 | 40 | D | 0 | 138 | 64 | 44 |
Octal | 377 | 135 | 337 | 0 | 100 | 15 | 0 | 470 | 144 | 104 |
Binary | 11111111 | 1011101 | 11011111 | 0 | 1000000 | 1101 | 0 | 100111000 | 1100100 | 1000100 |
Color Harmonies of #FF5DDF
Complementary color
Monochromatic Colors of #FF5DDF
Black with #FF5DDF
Text Example
Text Example
White with #FF5DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DDF; }
p { color: rgb(255,93,223); }
H1.HeaderClassName
{
color: #FF5DDF;
}
.AnyTagClassName
{
color: #FF5DDF;
}
</style>
background-color css
<style>
a { background-color: #FF5DDF; }
a { background-color: rgb(255,93,223); }
div.DivClassName
{
background-color: #FF5DDF;
}
.BgClassName
{
background-color: #FF5DDF;
}
</style>
border-color css
<style>
span { border-color: #FF5DDF; }
span { border-color: rgb(255,93,223); }
td.TdClassName
{
border-color: #FF5DDF;
}
.TagClassName
{
border-color: #FF5DDF;
}
</style>