Html Css Color HEX #FD60E2 Free Speech Magenta
📋 copy color: '#FD60E2'red 253 ◦ green 96 ◦ blue 226
Shades of Free Speech Magenta #FD60E2
Tints of Free Speech Magenta #FD60E2
RGB
CMYK
RGB Variations
Color information
#FD60E2 (or 0xFD60E2) is known color: Free Speech Magenta. HEX triplet: FD, 60 and E2. RGB value is (253,96,226). Sum of RGB (Red+Green+Blue) = 253+96+226=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60E2 is #029F1D. Grayscale: #9D9D9D. Windows color (decimal): -171806 or 14835965. OLE color: 14835965.
HSL color Cylindrical-coordinate representation of color #FD60E2: hue angle of 310.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60E2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 96 | 226 | - |
CMYK | 0 | 0.62 | 0.11 | 0.01 |
HSL | 310.32º | 0.98% | 0.68% | - |
HSV(B) | 310.32º | 0.62% | 0.99% | - |
XYZ | 58.42 | 34.74 | 75.58 | - |
YUV | 157.76 | 166.51 | 195.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 96 | 226 | 0 | 0.62 | 0.11 | 0.01 | 310.32 | 0.98 | 0.68 |
Hex | FD | 60 | E2 | 0 | 3E | B | 1 | 136 | 62 | 44 |
Octal | 375 | 140 | 342 | 0 | 76 | 13 | 1 | 466 | 142 | 104 |
Binary | 11111101 | 1100000 | 11100010 | 0 | 111110 | 1011 | 1 | 100110110 | 1100010 | 1000100 |
Color Harmonies of #FD60E2
Complementary color
Monochromatic Colors of #FD60E2
Black with #FD60E2
Text Example
Text Example
White with #FD60E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60E2; }
p { color: rgb(253,96,226); }
H1.HeaderClassName
{
color: #FD60E2;
}
.AnyTagClassName
{
color: #FD60E2;
}
</style>
background-color css
<style>
a { background-color: #FD60E2; }
a { background-color: rgb(253,96,226); }
div.DivClassName
{
background-color: #FD60E2;
}
.BgClassName
{
background-color: #FD60E2;
}
</style>
border-color css
<style>
span { border-color: #FD60E2; }
span { border-color: rgb(253,96,226); }
td.TdClassName
{
border-color: #FD60E2;
}
.TagClassName
{
border-color: #FD60E2;
}
</style>