Html Css Color HEX #FA67E0 Free Speech Magenta
📋 copy color: '#FA67E0'red 250 ◦ green 103 ◦ blue 224
Shades of Free Speech Magenta #FA67E0
Tints of Free Speech Magenta #FA67E0
RGB
CMYK
RGB Variations
Color information
#FA67E0 (or 0xFA67E0) is known color: Free Speech Magenta. HEX triplet: FA, 67 and E0. RGB value is (250,103,224). Sum of RGB (Red+Green+Blue) = 250+103+224=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 103 (40.62% from 255 or 17.85% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67E0 is #05981F. Grayscale: #A0A0A0. Windows color (decimal): -366624 or 14706682. OLE color: 14706682.
HSL color Cylindrical-coordinate representation of color #FA67E0: hue angle of 310.61º 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 #FA67E0 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 224 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.02 |
| HSL | 310.61º | 0.94% | 0.69% | - |
| HSV(B) | 310.61º | 0.59% | 0.98% | - |
| XYZ | 57.73 | 35.41 | 74.31 | - |
| YUV | 160.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 224 | 0 | 0.59 | 0.10 | 0.02 | 310.61 | 0.94 | 0.69 |
| Hex | FA | 67 | E0 | 0 | 3B | A | 2 | 137 | 5E | 45 |
| Octal | 372 | 147 | 340 | 0 | 73 | 12 | 2 | 467 | 136 | 105 |
| Binary | 11111010 | 1100111 | 11100000 | 0 | 111011 | 1010 | 10 | 100110111 | 1011110 | 1000101 |
Color Harmonies of #FA67E0
Complementary color
Monochromatic Colors of #FA67E0
Black with #FA67E0
Text Example
Text Example
White with #FA67E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA67E0; }
p { color: rgb(250,103,224); }
H1.HeaderClassName
{
color: #FA67E0;
}
.AnyTagClassName
{
color: #FA67E0;
}
</style>
background-color css
<style>
a { background-color: #FA67E0; }
a { background-color: rgb(250,103,224); }
div.DivClassName
{
background-color: #FA67E0;
}
.BgClassName
{
background-color: #FA67E0;
}
</style>
border-color css
<style>
span { border-color: #FA67E0; }
span { border-color: rgb(250,103,224); }
td.TdClassName
{
border-color: #FA67E0;
}
.TagClassName
{
border-color: #FA67E0;
}
</style>