Html Css Color HEX #FA66DF Free Speech Magenta
📋 copy color: '#FA66DF'red 250 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #FA66DF
Tints of Free Speech Magenta #FA66DF
RGB
CMYK
RGB Variations
Color information
#FA66DF (or 0xFA66DF) is known color: Free Speech Magenta. HEX triplet: FA, 66 and DF. RGB value is (250,102,223). Sum of RGB (Red+Green+Blue) = 250+102+223=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66DF is #059920. Grayscale: #9F9F9F. Windows color (decimal): -366881 or 14640890. OLE color: 14640890.
HSL color Cylindrical-coordinate representation of color #FA66DF: hue angle of 310.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA66DF is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 223 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.02 |
| HSL | 310.95º | 0.94% | 0.69% | - |
| HSV(B) | 310.95º | 0.59% | 0.98% | - |
| XYZ | 57.5 | 35.15 | 73.57 | - |
| YUV | 160.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 223 | 0 | 0.59 | 0.11 | 0.02 | 310.95 | 0.94 | 0.69 |
| Hex | FA | 66 | DF | 0 | 3B | B | 2 | 137 | 5E | 45 |
| Octal | 372 | 146 | 337 | 0 | 73 | 13 | 2 | 467 | 136 | 105 |
| Binary | 11111010 | 1100110 | 11011111 | 0 | 111011 | 1011 | 10 | 100110111 | 1011110 | 1000101 |
Color Harmonies of #FA66DF
Complementary color
Monochromatic Colors of #FA66DF
Black with #FA66DF
Text Example
Text Example
White with #FA66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA66DF; }
p { color: rgb(250,102,223); }
H1.HeaderClassName
{
color: #FA66DF;
}
.AnyTagClassName
{
color: #FA66DF;
}
</style>
background-color css
<style>
a { background-color: #FA66DF; }
a { background-color: rgb(250,102,223); }
div.DivClassName
{
background-color: #FA66DF;
}
.BgClassName
{
background-color: #FA66DF;
}
</style>
border-color css
<style>
span { border-color: #FA66DF; }
span { border-color: rgb(250,102,223); }
td.TdClassName
{
border-color: #FA66DF;
}
.TagClassName
{
border-color: #FA66DF;
}
</style>