Html Css Color HEX #FA55DF Free Speech Magenta
📋 copy color: '#FA55DF'red 250 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #FA55DF
Tints of Free Speech Magenta #FA55DF
RGB
CMYK
RGB Variations
Color information
#FA55DF (or 0xFA55DF) is known color: Free Speech Magenta. HEX triplet: FA, 55 and DF. RGB value is (250,85,223). Sum of RGB (Red+Green+Blue) = 250+85+223=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55DF is #05AA20. Grayscale: #959595. Windows color (decimal): -371233 or 14636538. OLE color: 14636538.
HSL color Cylindrical-coordinate representation of color #FA55DF: hue angle of 309.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA55DF is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 223 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.02 |
| HSL | 309.82º | 0.94% | 0.66% | - |
| HSV(B) | 309.82º | 0.66% | 0.98% | - |
| XYZ | 55.99 | 32.15 | 73.07 | - |
| YUV | 150.07 | 169.16 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 223 | 0 | 0.66 | 0.11 | 0.02 | 309.82 | 0.94 | 0.66 |
| Hex | FA | 55 | DF | 0 | 42 | B | 2 | 136 | 5E | 42 |
| Octal | 372 | 125 | 337 | 0 | 102 | 13 | 2 | 466 | 136 | 102 |
| Binary | 11111010 | 1010101 | 11011111 | 0 | 1000010 | 1011 | 10 | 100110110 | 1011110 | 1000010 |
Color Harmonies of #FA55DF
Complementary color
Monochromatic Colors of #FA55DF
Black with #FA55DF
Text Example
Text Example
White with #FA55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55DF; }
p { color: rgb(250,85,223); }
H1.HeaderClassName
{
color: #FA55DF;
}
.AnyTagClassName
{
color: #FA55DF;
}
</style>
background-color css
<style>
a { background-color: #FA55DF; }
a { background-color: rgb(250,85,223); }
div.DivClassName
{
background-color: #FA55DF;
}
.BgClassName
{
background-color: #FA55DF;
}
</style>
border-color css
<style>
span { border-color: #FA55DF; }
span { border-color: rgb(250,85,223); }
td.TdClassName
{
border-color: #FA55DF;
}
.TagClassName
{
border-color: #FA55DF;
}
</style>