Html Css Color HEX #F051D4 Free Speech Magenta
📋 copy color: '#F051D4'red 240 ◦ green 81 ◦ blue 212
Shades of Free Speech Magenta #F051D4
Tints of Free Speech Magenta #F051D4
RGB
CMYK
RGB Variations
Color information
#F051D4 (or 0xF051D4) is known color: Free Speech Magenta. HEX triplet: F0, 51 and D4. RGB value is (240,81,212). Sum of RGB (Red+Green+Blue) = 240+81+212=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F051D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051D4 is #0FAE2B. Grayscale: #8F8F8F. Windows color (decimal): -1027628 or 13914608. OLE color: 13914608.
HSL color Cylindrical-coordinate representation of color #F051D4: hue angle of 310.57º 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 #F051D4 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 212 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.06 |
| HSL | 310.57º | 0.84% | 0.63% | - |
| HSV(B) | 310.57º | 0.66% | 0.94% | - |
| XYZ | 50.76 | 29.16 | 65.24 | - |
| YUV | 143.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 212 | 0 | 0.66 | 0.12 | 0.06 | 310.57 | 0.84 | 0.63 |
| Hex | F0 | 51 | D4 | 0 | 42 | C | 6 | 137 | 54 | 3F |
| Octal | 360 | 121 | 324 | 0 | 102 | 14 | 6 | 467 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11010100 | 0 | 1000010 | 1100 | 110 | 100110111 | 1010100 | 111111 |
Color Harmonies of #F051D4
Complementary color
Monochromatic Colors of #F051D4
Black with #F051D4
Text Example
Text Example
White with #F051D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051D4; }
p { color: rgb(240,81,212); }
H1.HeaderClassName
{
color: #F051D4;
}
.AnyTagClassName
{
color: #F051D4;
}
</style>
background-color css
<style>
a { background-color: #F051D4; }
a { background-color: rgb(240,81,212); }
div.DivClassName
{
background-color: #F051D4;
}
.BgClassName
{
background-color: #F051D4;
}
</style>
border-color css
<style>
span { border-color: #F051D4; }
span { border-color: rgb(240,81,212); }
td.TdClassName
{
border-color: #F051D4;
}
.TagClassName
{
border-color: #F051D4;
}
</style>