Html Css Color HEX #F03FEF Free Speech Magenta
📋 copy color: '#F03FEF'red 240 ◦ green 63 ◦ blue 239
Shades of Free Speech Magenta #F03FEF
Tints of Free Speech Magenta #F03FEF
RGB
CMYK
RGB Variations
Color information
#F03FEF (or 0xF03FEF) is known color: Free Speech Magenta. HEX triplet: F0, 3F and EF. RGB value is (240,63,239). Sum of RGB (Red+Green+Blue) = 240+63+239=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 63 (25% from 255 or 11.62% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FEF is #0FC010. Grayscale: #878787. Windows color (decimal): -1032209 or 15679472. OLE color: 15679472.
HSL color Cylindrical-coordinate representation of color #F03FEF: hue angle of 300.34º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03FEF is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 239 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.06 |
| HSL | 300.34º | 0.86% | 0.59% | - |
| HSV(B) | 300.34º | 0.74% | 0.94% | - |
| XYZ | 53.29 | 28.31 | 84.32 | - |
| YUV | 135.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 239 | 0 | 0.74 | 0.00 | 0.06 | 300.34 | 0.86 | 0.59 |
| Hex | F0 | 3F | EF | 0 | 4A | 0 | 6 | 12C | 56 | 3B |
| Octal | 360 | 77 | 357 | 0 | 112 | 0 | 6 | 454 | 126 | 73 |
| Binary | 11110000 | 111111 | 11101111 | 0 | 1001010 | 0 | 110 | 100101100 | 1010110 | 111011 |
Color Harmonies of #F03FEF
Complementary color
Monochromatic Colors of #F03FEF
Black with #F03FEF
Text Example
Text Example
White with #F03FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03FEF; }
p { color: rgb(240,63,239); }
H1.HeaderClassName
{
color: #F03FEF;
}
.AnyTagClassName
{
color: #F03FEF;
}
</style>
background-color css
<style>
a { background-color: #F03FEF; }
a { background-color: rgb(240,63,239); }
div.DivClassName
{
background-color: #F03FEF;
}
.BgClassName
{
background-color: #F03FEF;
}
</style>
border-color css
<style>
span { border-color: #F03FEF; }
span { border-color: rgb(240,63,239); }
td.TdClassName
{
border-color: #F03FEF;
}
.TagClassName
{
border-color: #F03FEF;
}
</style>