Html Css Color HEX #FA58DF Free Speech Magenta
📋 copy color: '#FA58DF'red 250 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #FA58DF
Tints of Free Speech Magenta #FA58DF
RGB
CMYK
RGB Variations
Color information
#FA58DF (or 0xFA58DF) is known color: Free Speech Magenta. HEX triplet: FA, 58 and DF. RGB value is (250,88,223). Sum of RGB (Red+Green+Blue) = 250+88+223=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58DF is #05A720. Grayscale: #979797. Windows color (decimal): -370465 or 14637306. OLE color: 14637306.
HSL color Cylindrical-coordinate representation of color #FA58DF: hue angle of 310º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58DF is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 223 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.02 |
| HSL | 310º | 0.94% | 0.66% | - |
| HSV(B) | 310º | 0.65% | 0.98% | - |
| XYZ | 56.23 | 32.63 | 73.15 | - |
| YUV | 151.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 223 | 0 | 0.65 | 0.11 | 0.02 | 310 | 0.94 | 0.66 |
| Hex | FA | 58 | DF | 0 | 41 | B | 2 | 136 | 5E | 42 |
| Octal | 372 | 130 | 337 | 0 | 101 | 13 | 2 | 466 | 136 | 102 |
| Binary | 11111010 | 1011000 | 11011111 | 0 | 1000001 | 1011 | 10 | 100110110 | 1011110 | 1000010 |
Color Harmonies of #FA58DF
Complementary color
Monochromatic Colors of #FA58DF
Black with #FA58DF
Text Example
Text Example
White with #FA58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58DF; }
p { color: rgb(250,88,223); }
H1.HeaderClassName
{
color: #FA58DF;
}
.AnyTagClassName
{
color: #FA58DF;
}
</style>
background-color css
<style>
a { background-color: #FA58DF; }
a { background-color: rgb(250,88,223); }
div.DivClassName
{
background-color: #FA58DF;
}
.BgClassName
{
background-color: #FA58DF;
}
</style>
border-color css
<style>
span { border-color: #FA58DF; }
span { border-color: rgb(250,88,223); }
td.TdClassName
{
border-color: #FA58DF;
}
.TagClassName
{
border-color: #FA58DF;
}
</style>