Html Css Color HEX #F253E8 Free Speech Magenta
📋 copy color: '#F253E8'red 242 ◦ green 83 ◦ blue 232
Shades of Free Speech Magenta #F253E8
Tints of Free Speech Magenta #F253E8
RGB
CMYK
RGB Variations
Color information
#F253E8 (or 0xF253E8) is known color: Free Speech Magenta. HEX triplet: F2, 53 and E8. RGB value is (242,83,232). Sum of RGB (Red+Green+Blue) = 242+83+232=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F253E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253E8 is #0DAC17. Grayscale: #939393. Windows color (decimal): -896024 or 15225842. OLE color: 15225842.
HSL color Cylindrical-coordinate representation of color #F253E8: hue angle of 303.77º 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 #F253E8 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 232 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.05 |
| HSL | 303.77º | 0.86% | 0.64% | - |
| HSV(B) | 303.77º | 0.66% | 0.95% | - |
| XYZ | 54.28 | 30.89 | 79.45 | - |
| YUV | 147.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 232 | 0 | 0.66 | 0.04 | 0.05 | 303.77 | 0.86 | 0.64 |
| Hex | F2 | 53 | E8 | 0 | 42 | 4 | 5 | 130 | 56 | 40 |
| Octal | 362 | 123 | 350 | 0 | 102 | 4 | 5 | 460 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11101000 | 0 | 1000010 | 100 | 101 | 100110000 | 1010110 | 1000000 |
Color Harmonies of #F253E8
Complementary color
Monochromatic Colors of #F253E8
Black with #F253E8
Text Example
Text Example
White with #F253E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253E8; }
p { color: rgb(242,83,232); }
H1.HeaderClassName
{
color: #F253E8;
}
.AnyTagClassName
{
color: #F253E8;
}
</style>
background-color css
<style>
a { background-color: #F253E8; }
a { background-color: rgb(242,83,232); }
div.DivClassName
{
background-color: #F253E8;
}
.BgClassName
{
background-color: #F253E8;
}
</style>
border-color css
<style>
span { border-color: #F253E8; }
span { border-color: rgb(242,83,232); }
td.TdClassName
{
border-color: #F253E8;
}
.TagClassName
{
border-color: #F253E8;
}
</style>