Html Css Color HEX #F451D3 Free Speech Magenta
📋 copy color: '#F451D3'red 244 ◦ green 81 ◦ blue 211
Shades of Free Speech Magenta #F451D3
Tints of Free Speech Magenta #F451D3
RGB
CMYK
RGB Variations
Color information
#F451D3 (or 0xF451D3) is known color: Free Speech Magenta. HEX triplet: F4, 51 and D3. RGB value is (244,81,211). Sum of RGB (Red+Green+Blue) = 244+81+211=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F451D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F451D3 is #0BAE2C. Grayscale: #909090. Windows color (decimal): -765485 or 13849076. OLE color: 13849076.
HSL color Cylindrical-coordinate representation of color #F451D3: hue angle of 312.15º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F451D3 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 211 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.04 |
| HSL | 312.15º | 0.88% | 0.64% | - |
| HSV(B) | 312.15º | 0.67% | 0.96% | - |
| XYZ | 52.01 | 29.82 | 64.64 | - |
| YUV | 144.56 | 165.5 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 211 | 0 | 0.67 | 0.14 | 0.04 | 312.15 | 0.88 | 0.64 |
| Hex | F4 | 51 | D3 | 0 | 43 | E | 4 | 138 | 58 | 40 |
| Octal | 364 | 121 | 323 | 0 | 103 | 16 | 4 | 470 | 130 | 100 |
| Binary | 11110100 | 1010001 | 11010011 | 0 | 1000011 | 1110 | 100 | 100111000 | 1011000 | 1000000 |
Color Harmonies of #F451D3
Complementary color
Monochromatic Colors of #F451D3
Black with #F451D3
Text Example
Text Example
White with #F451D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F451D3; }
p { color: rgb(244,81,211); }
H1.HeaderClassName
{
color: #F451D3;
}
.AnyTagClassName
{
color: #F451D3;
}
</style>
background-color css
<style>
a { background-color: #F451D3; }
a { background-color: rgb(244,81,211); }
div.DivClassName
{
background-color: #F451D3;
}
.BgClassName
{
background-color: #F451D3;
}
</style>
border-color css
<style>
span { border-color: #F451D3; }
span { border-color: rgb(244,81,211); }
td.TdClassName
{
border-color: #F451D3;
}
.TagClassName
{
border-color: #F451D3;
}
</style>