Html Css Color HEX #FD63E1 Free Speech Magenta
📋 copy color: '#FD63E1'red 253 ◦ green 99 ◦ blue 225
Shades of Free Speech Magenta #FD63E1
Tints of Free Speech Magenta #FD63E1
RGB
CMYK
RGB Variations
Color information
#FD63E1 (or 0xFD63E1) is known color: Free Speech Magenta. HEX triplet: FD, 63 and E1. RGB value is (253,99,225). Sum of RGB (Red+Green+Blue) = 253+99+225=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 99 (39.06% from 255 or 17.16% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63E1 is #029C1E. Grayscale: #9F9F9F. Windows color (decimal): -171039 or 14771197. OLE color: 14771197.
HSL color Cylindrical-coordinate representation of color #FD63E1: hue angle of 310.91º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD63E1 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 225 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.01 |
| HSL | 310.91º | 0.97% | 0.69% | - |
| HSV(B) | 310.91º | 0.61% | 0.99% | - |
| XYZ | 58.56 | 35.24 | 74.95 | - |
| YUV | 159.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 225 | 0 | 0.61 | 0.11 | 0.01 | 310.91 | 0.97 | 0.69 |
| Hex | FD | 63 | E1 | 0 | 3D | B | 1 | 137 | 61 | 45 |
| Octal | 375 | 143 | 341 | 0 | 75 | 13 | 1 | 467 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11100001 | 0 | 111101 | 1011 | 1 | 100110111 | 1100001 | 1000101 |
Color Harmonies of #FD63E1
Complementary color
Monochromatic Colors of #FD63E1
Black with #FD63E1
Text Example
Text Example
White with #FD63E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63E1; }
p { color: rgb(253,99,225); }
H1.HeaderClassName
{
color: #FD63E1;
}
.AnyTagClassName
{
color: #FD63E1;
}
</style>
background-color css
<style>
a { background-color: #FD63E1; }
a { background-color: rgb(253,99,225); }
div.DivClassName
{
background-color: #FD63E1;
}
.BgClassName
{
background-color: #FD63E1;
}
</style>
border-color css
<style>
span { border-color: #FD63E1; }
span { border-color: rgb(253,99,225); }
td.TdClassName
{
border-color: #FD63E1;
}
.TagClassName
{
border-color: #FD63E1;
}
</style>