Html Css Color HEX #F03CF2 Free Speech Magenta
📋 copy color: '#F03CF2'red 240 ◦ green 60 ◦ blue 242
Shades of Free Speech Magenta #F03CF2
Tints of Free Speech Magenta #F03CF2
RGB
CMYK
RGB Variations
Color information
#F03CF2 (or 0xF03CF2) is known color: Free Speech Magenta. HEX triplet: F0, 3C and F2. RGB value is (240,60,242). Sum of RGB (Red+Green+Blue) = 240+60+242=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 60 (23.83% from 255 or 11.07% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #F03CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CF2 is #0FC30D. Grayscale: #868686. Windows color (decimal): -1032974 or 15875312. OLE color: 15875312.
HSL color Cylindrical-coordinate representation of color #F03CF2: hue angle of 299.34º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03CF2 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 60 | 242 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.05 |
| HSL | 299.34º | 0.88% | 0.59% | - |
| HSV(B) | 299.34º | 0.75% | 0.95% | - |
| XYZ | 53.58 | 28.17 | 86.62 | - |
| YUV | 134.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 242 | 0.01 | 0.75 | 0 | 0.05 | 299.34 | 0.88 | 0.59 |
| Hex | F0 | 3C | F2 | 1 | 4B | 0 | 5 | 12B | 58 | 3B |
| Octal | 360 | 74 | 362 | 1 | 113 | 0 | 5 | 453 | 130 | 73 |
| Binary | 11110000 | 111100 | 11110010 | 1 | 1001011 | 0 | 101 | 100101011 | 1011000 | 111011 |
Color Harmonies of #F03CF2
Complementary color
Monochromatic Colors of #F03CF2
Black with #F03CF2
Text Example
Text Example
White with #F03CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CF2; }
p { color: rgb(240,60,242); }
H1.HeaderClassName
{
color: #F03CF2;
}
.AnyTagClassName
{
color: #F03CF2;
}
</style>
background-color css
<style>
a { background-color: #F03CF2; }
a { background-color: rgb(240,60,242); }
div.DivClassName
{
background-color: #F03CF2;
}
.BgClassName
{
background-color: #F03CF2;
}
</style>
border-color css
<style>
span { border-color: #F03CF2; }
span { border-color: rgb(240,60,242); }
td.TdClassName
{
border-color: #F03CF2;
}
.TagClassName
{
border-color: #F03CF2;
}
</style>