Html Css Color HEX #F253D9 Free Speech Magenta
📋 copy color: '#F253D9'red 242 ◦ green 83 ◦ blue 217
Shades of Free Speech Magenta #F253D9
Tints of Free Speech Magenta #F253D9
RGB
CMYK
RGB Variations
Color information
#F253D9 (or 0xF253D9) is known color: Free Speech Magenta. HEX triplet: F2, 53 and D9. RGB value is (242,83,217). Sum of RGB (Red+Green+Blue) = 242+83+217=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F253D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253D9 is #0DAC26. Grayscale: #919191. Windows color (decimal): -896039 or 14242802. OLE color: 14242802.
HSL color Cylindrical-coordinate representation of color #F253D9: hue angle of 309.43º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253D9 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 217 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.05 |
| HSL | 309.43º | 0.86% | 0.64% | - |
| HSV(B) | 309.43º | 0.66% | 0.95% | - |
| XYZ | 52.24 | 30.07 | 68.7 | - |
| YUV | 145.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 217 | 0 | 0.66 | 0.10 | 0.05 | 309.43 | 0.86 | 0.64 |
| Hex | F2 | 53 | D9 | 0 | 42 | A | 5 | 135 | 56 | 40 |
| Octal | 362 | 123 | 331 | 0 | 102 | 12 | 5 | 465 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11011001 | 0 | 1000010 | 1010 | 101 | 100110101 | 1010110 | 1000000 |
Color Harmonies of #F253D9
Complementary color
Monochromatic Colors of #F253D9
Black with #F253D9
Text Example
Text Example
White with #F253D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253D9; }
p { color: rgb(242,83,217); }
H1.HeaderClassName
{
color: #F253D9;
}
.AnyTagClassName
{
color: #F253D9;
}
</style>
background-color css
<style>
a { background-color: #F253D9; }
a { background-color: rgb(242,83,217); }
div.DivClassName
{
background-color: #F253D9;
}
.BgClassName
{
background-color: #F253D9;
}
</style>
border-color css
<style>
span { border-color: #F253D9; }
span { border-color: rgb(242,83,217); }
td.TdClassName
{
border-color: #F253D9;
}
.TagClassName
{
border-color: #F253D9;
}
</style>