Html Css Color HEX #F043DF Free Speech Magenta
📋 copy color: '#F043DF'red 240 ◦ green 67 ◦ blue 223
Shades of Free Speech Magenta #F043DF
Tints of Free Speech Magenta #F043DF
RGB
CMYK
RGB Variations
Color information
#F043DF (or 0xF043DF) is known color: Free Speech Magenta. HEX triplet: F0, 43 and DF. RGB value is (240,67,223). Sum of RGB (Red+Green+Blue) = 240+67+223=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F043DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F043DF is #0FBC20. Grayscale: #888888. Windows color (decimal): -1031201 or 14631920. OLE color: 14631920.
HSL color Cylindrical-coordinate representation of color #F043DF: hue angle of 305.9º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F043DF is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 223 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.06 |
| HSL | 305.9º | 0.85% | 0.6% | - |
| HSV(B) | 305.9º | 0.72% | 0.94% | - |
| XYZ | 51.26 | 27.87 | 72.49 | - |
| YUV | 136.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 223 | 0 | 0.72 | 0.07 | 0.06 | 305.9 | 0.85 | 0.6 |
| Hex | F0 | 43 | DF | 0 | 48 | 7 | 6 | 132 | 55 | 3C |
| Octal | 360 | 103 | 337 | 0 | 110 | 7 | 6 | 462 | 125 | 74 |
| Binary | 11110000 | 1000011 | 11011111 | 0 | 1001000 | 111 | 110 | 100110010 | 1010101 | 111100 |
Color Harmonies of #F043DF
Complementary color
Monochromatic Colors of #F043DF
Black with #F043DF
Text Example
Text Example
White with #F043DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043DF; }
p { color: rgb(240,67,223); }
H1.HeaderClassName
{
color: #F043DF;
}
.AnyTagClassName
{
color: #F043DF;
}
</style>
background-color css
<style>
a { background-color: #F043DF; }
a { background-color: rgb(240,67,223); }
div.DivClassName
{
background-color: #F043DF;
}
.BgClassName
{
background-color: #F043DF;
}
</style>
border-color css
<style>
span { border-color: #F043DF; }
span { border-color: rgb(240,67,223); }
td.TdClassName
{
border-color: #F043DF;
}
.TagClassName
{
border-color: #F043DF;
}
</style>