Html Css Color HEX #F03DF0 Free Speech Magenta
📋 copy color: '#F03DF0'red 240 ◦ green 61 ◦ blue 240
Shades of Free Speech Magenta #F03DF0
Tints of Free Speech Magenta #F03DF0
RGB
CMYK
RGB Variations
Color information
#F03DF0 (or 0xF03DF0) is known color: Free Speech Magenta. HEX triplet: F0, 3D and F0. RGB value is (240,61,240). Sum of RGB (Red+Green+Blue) = 240+61+240=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 61 (24.22% from 255 or 11.28% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F03DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03DF0 is #0FC20F. Grayscale: #868686. Windows color (decimal): -1032720 or 15744496. OLE color: 15744496.
HSL color Cylindrical-coordinate representation of color #F03DF0: hue angle of 300º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03DF0 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 61 | 240 | - |
CMYK | 0 | 0.75 | 0 | 0.06 |
HSL | 300º | 0.86% | 0.59% | - |
HSV(B) | 300º | 0.75% | 0.94% | - |
XYZ | 53.33 | 28.15 | 85.06 | - |
YUV | 134.93 | 187.3 | 202.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 61 | 240 | 0 | 0.75 | 0 | 0.06 | 300 | 0.86 | 0.59 |
Hex | F0 | 3D | F0 | 0 | 4B | 0 | 6 | 12C | 56 | 3B |
Octal | 360 | 75 | 360 | 0 | 113 | 0 | 6 | 454 | 126 | 73 |
Binary | 11110000 | 111101 | 11110000 | 0 | 1001011 | 0 | 110 | 100101100 | 1010110 | 111011 |
Color Harmonies of #F03DF0
Complementary color
Monochromatic Colors of #F03DF0
Black with #F03DF0
Text Example
Text Example
White with #F03DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03DF0; }
p { color: rgb(240,61,240); }
H1.HeaderClassName
{
color: #F03DF0;
}
.AnyTagClassName
{
color: #F03DF0;
}
</style>
background-color css
<style>
a { background-color: #F03DF0; }
a { background-color: rgb(240,61,240); }
div.DivClassName
{
background-color: #F03DF0;
}
.BgClassName
{
background-color: #F03DF0;
}
</style>
border-color css
<style>
span { border-color: #F03DF0; }
span { border-color: rgb(240,61,240); }
td.TdClassName
{
border-color: #F03DF0;
}
.TagClassName
{
border-color: #F03DF0;
}
</style>