Html Css Color HEX #F051E6 Free Speech Magenta
📋 copy color: '#F051E6'red 240 ◦ green 81 ◦ blue 230
Shades of Free Speech Magenta #F051E6
Tints of Free Speech Magenta #F051E6
RGB
CMYK
RGB Variations
Color information
#F051E6 (or 0xF051E6) is known color: Free Speech Magenta. HEX triplet: F0, 51 and E6. RGB value is (240,81,230). Sum of RGB (Red+Green+Blue) = 240+81+230=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 81 (32.03% from 255 or 14.70% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F051E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051E6 is #0FAE19. Grayscale: #919191. Windows color (decimal): -1027610 or 15094256. OLE color: 15094256.
HSL color Cylindrical-coordinate representation of color #F051E6: hue angle of 303.77º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051E6 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 230 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.06 |
| HSL | 303.77º | 0.84% | 0.63% | - |
| HSV(B) | 303.77º | 0.66% | 0.94% | - |
| XYZ | 53.16 | 30.12 | 77.88 | - |
| YUV | 145.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 230 | 0 | 0.66 | 0.04 | 0.06 | 303.77 | 0.84 | 0.63 |
| Hex | F0 | 51 | E6 | 0 | 42 | 4 | 6 | 130 | 54 | 3F |
| Octal | 360 | 121 | 346 | 0 | 102 | 4 | 6 | 460 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11100110 | 0 | 1000010 | 100 | 110 | 100110000 | 1010100 | 111111 |
Color Harmonies of #F051E6
Complementary color
Monochromatic Colors of #F051E6
Black with #F051E6
Text Example
Text Example
White with #F051E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051E6; }
p { color: rgb(240,81,230); }
H1.HeaderClassName
{
color: #F051E6;
}
.AnyTagClassName
{
color: #F051E6;
}
</style>
background-color css
<style>
a { background-color: #F051E6; }
a { background-color: rgb(240,81,230); }
div.DivClassName
{
background-color: #F051E6;
}
.BgClassName
{
background-color: #F051E6;
}
</style>
border-color css
<style>
span { border-color: #F051E6; }
span { border-color: rgb(240,81,230); }
td.TdClassName
{
border-color: #F051E6;
}
.TagClassName
{
border-color: #F051E6;
}
</style>