Html Css Color HEX #F044F1 Free Speech Magenta
📋 copy color: '#F044F1'red 240 ◦ green 68 ◦ blue 241
Shades of Free Speech Magenta #F044F1
Tints of Free Speech Magenta #F044F1
RGB
CMYK
RGB Variations
Color information
#F044F1 (or 0xF044F1) is known color: Free Speech Magenta. HEX triplet: F0, 44 and F1. RGB value is (240,68,241). Sum of RGB (Red+Green+Blue) = 240+68+241=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 68 (26.95% from 255 or 12.39% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #F044F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044F1 is #0FBB0E. Grayscale: #8A8A8A. Windows color (decimal): -1030927 or 15811824. OLE color: 15811824.
HSL color Cylindrical-coordinate representation of color #F044F1: hue angle of 299.65º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044F1 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 68 | 241 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.05 |
| HSL | 299.65º | 0.86% | 0.61% | - |
| HSV(B) | 299.65º | 0.72% | 0.95% | - |
| XYZ | 53.88 | 29.01 | 85.98 | - |
| YUV | 139.15 | 185.48 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 241 | 0.00 | 0.72 | 0 | 0.05 | 299.65 | 0.86 | 0.61 |
| Hex | F0 | 44 | F1 | 0 | 48 | 0 | 5 | 12C | 56 | 3D |
| Octal | 360 | 104 | 361 | 0 | 110 | 0 | 5 | 454 | 126 | 75 |
| Binary | 11110000 | 1000100 | 11110001 | 0 | 1001000 | 0 | 101 | 100101100 | 1010110 | 111101 |
Color Harmonies of #F044F1
Complementary color
Monochromatic Colors of #F044F1
Black with #F044F1
Text Example
Text Example
White with #F044F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044F1; }
p { color: rgb(240,68,241); }
H1.HeaderClassName
{
color: #F044F1;
}
.AnyTagClassName
{
color: #F044F1;
}
</style>
background-color css
<style>
a { background-color: #F044F1; }
a { background-color: rgb(240,68,241); }
div.DivClassName
{
background-color: #F044F1;
}
.BgClassName
{
background-color: #F044F1;
}
</style>
border-color css
<style>
span { border-color: #F044F1; }
span { border-color: rgb(240,68,241); }
td.TdClassName
{
border-color: #F044F1;
}
.TagClassName
{
border-color: #F044F1;
}
</style>