Html Css Color HEX #FE53D4 Free Speech Magenta
📋 copy color: '#FE53D4'red 254 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #FE53D4
Tints of Free Speech Magenta #FE53D4
RGB
CMYK
RGB Variations
Color information
#FE53D4 (or 0xFE53D4) is known color: Free Speech Magenta. HEX triplet: FE, 53 and D4. RGB value is (254,83,212). Sum of RGB (Red+Green+Blue) = 254+83+212=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53D4 is #01AC2B. Grayscale: #949494. Windows color (decimal): -109612 or 13915134. OLE color: 13915134.
HSL color Cylindrical-coordinate representation of color #FE53D4: hue angle of 314.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE53D4 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 212 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.00 |
| HSL | 314.74º | 0.99% | 0.66% | - |
| HSV(B) | 314.74º | 0.67% | 1% | - |
| XYZ | 55.85 | 32.01 | 65.52 | - |
| YUV | 148.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 212 | 0 | 0.67 | 0.17 | 0.00 | 314.74 | 0.99 | 0.66 |
| Hex | FE | 53 | D4 | 0 | 43 | 11 | 0 | 13B | 63 | 42 |
| Octal | 376 | 123 | 324 | 0 | 103 | 21 | 0 | 473 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11010100 | 0 | 1000011 | 10001 | 0 | 100111011 | 1100011 | 1000010 |
Color Harmonies of #FE53D4
Complementary color
Monochromatic Colors of #FE53D4
Black with #FE53D4
Text Example
Text Example
White with #FE53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53D4; }
p { color: rgb(254,83,212); }
H1.HeaderClassName
{
color: #FE53D4;
}
.AnyTagClassName
{
color: #FE53D4;
}
</style>
background-color css
<style>
a { background-color: #FE53D4; }
a { background-color: rgb(254,83,212); }
div.DivClassName
{
background-color: #FE53D4;
}
.BgClassName
{
background-color: #FE53D4;
}
</style>
border-color css
<style>
span { border-color: #FE53D4; }
span { border-color: rgb(254,83,212); }
td.TdClassName
{
border-color: #FE53D4;
}
.TagClassName
{
border-color: #FE53D4;
}
</style>