Html Css Color HEX #FA4BDF Free Speech Magenta
📋 copy color: '#FA4BDF'red 250 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #FA4BDF
Tints of Free Speech Magenta #FA4BDF
RGB
CMYK
RGB Variations
Color information
#FA4BDF (or 0xFA4BDF) is known color: Free Speech Magenta. HEX triplet: FA, 4B and DF. RGB value is (250,75,223). Sum of RGB (Red+Green+Blue) = 250+75+223=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 75 (29.69% from 255 or 13.69% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4BDF is #05B420. Grayscale: #8F8F8F. Windows color (decimal): -373793 or 14633978. OLE color: 14633978.
HSL color Cylindrical-coordinate representation of color #FA4BDF: hue angle of 309.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4BDF is Cyan = 0, Magento = 0.7, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 223 | - |
| CMYK | 0 | 0.7 | 0.11 | 0.02 |
| HSL | 309.26º | 0.95% | 0.64% | - |
| HSV(B) | 309.26º | 0.7% | 0.98% | - |
| XYZ | 55.26 | 30.68 | 72.82 | - |
| YUV | 144.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 223 | 0 | 0.7 | 0.11 | 0.02 | 309.26 | 0.95 | 0.64 |
| Hex | FA | 4B | DF | 0 | 46 | B | 2 | 135 | 5F | 40 |
| Octal | 372 | 113 | 337 | 0 | 106 | 13 | 2 | 465 | 137 | 100 |
| Binary | 11111010 | 1001011 | 11011111 | 0 | 1000110 | 1011 | 10 | 100110101 | 1011111 | 1000000 |
Color Harmonies of #FA4BDF
Complementary color
Monochromatic Colors of #FA4BDF
Black with #FA4BDF
Text Example
Text Example
White with #FA4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4BDF; }
p { color: rgb(250,75,223); }
H1.HeaderClassName
{
color: #FA4BDF;
}
.AnyTagClassName
{
color: #FA4BDF;
}
</style>
background-color css
<style>
a { background-color: #FA4BDF; }
a { background-color: rgb(250,75,223); }
div.DivClassName
{
background-color: #FA4BDF;
}
.BgClassName
{
background-color: #FA4BDF;
}
</style>
border-color css
<style>
span { border-color: #FA4BDF; }
span { border-color: rgb(250,75,223); }
td.TdClassName
{
border-color: #FA4BDF;
}
.TagClassName
{
border-color: #FA4BDF;
}
</style>