Html Css Color HEX #FA65E3 Free Speech Magenta
📋 copy color: '#FA65E3'red 250 ◦ green 101 ◦ blue 227
Shades of Free Speech Magenta #FA65E3
Tints of Free Speech Magenta #FA65E3
RGB
CMYK
RGB Variations
Color information
#FA65E3 (or 0xFA65E3) is known color: Free Speech Magenta. HEX triplet: FA, 65 and E3. RGB value is (250,101,227). Sum of RGB (Red+Green+Blue) = 250+101+227=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65E3 is #059A1C. Grayscale: #9F9F9F. Windows color (decimal): -367133 or 14902778. OLE color: 14902778.
HSL color Cylindrical-coordinate representation of color #FA65E3: hue angle of 309.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65E3 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 227 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.02 |
| HSL | 309.26º | 0.94% | 0.69% | - |
| HSV(B) | 309.26º | 0.6% | 0.98% | - |
| XYZ | 57.94 | 35.18 | 76.41 | - |
| YUV | 159.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 227 | 0 | 0.60 | 0.09 | 0.02 | 309.26 | 0.94 | 0.69 |
| Hex | FA | 65 | E3 | 0 | 3C | 9 | 2 | 135 | 5E | 45 |
| Octal | 372 | 145 | 343 | 0 | 74 | 11 | 2 | 465 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11100011 | 0 | 111100 | 1001 | 10 | 100110101 | 1011110 | 1000101 |
Color Harmonies of #FA65E3
Complementary color
Monochromatic Colors of #FA65E3
Black with #FA65E3
Text Example
Text Example
White with #FA65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65E3; }
p { color: rgb(250,101,227); }
H1.HeaderClassName
{
color: #FA65E3;
}
.AnyTagClassName
{
color: #FA65E3;
}
</style>
background-color css
<style>
a { background-color: #FA65E3; }
a { background-color: rgb(250,101,227); }
div.DivClassName
{
background-color: #FA65E3;
}
.BgClassName
{
background-color: #FA65E3;
}
</style>
border-color css
<style>
span { border-color: #FA65E3; }
span { border-color: rgb(250,101,227); }
td.TdClassName
{
border-color: #FA65E3;
}
.TagClassName
{
border-color: #FA65E3;
}
</style>