Html Css Color HEX #F450D3 Free Speech Magenta
📋 copy color: '#F450D3'red 244 ◦ green 80 ◦ blue 211
Shades of Free Speech Magenta #F450D3
Tints of Free Speech Magenta #F450D3
RGB
CMYK
RGB Variations
Color information
#F450D3 (or 0xF450D3) is known color: Free Speech Magenta. HEX triplet: F4, 50 and D3. RGB value is (244,80,211). Sum of RGB (Red+Green+Blue) = 244+80+211=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F450D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F450D3 is #0BAF2C. Grayscale: #8F8F8F. Windows color (decimal): -765741 or 13848820. OLE color: 13848820.
HSL color Cylindrical-coordinate representation of color #F450D3: hue angle of 312.07º 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 #F450D3 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 211 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.04 |
| HSL | 312.07º | 0.88% | 0.64% | - |
| HSV(B) | 312.07º | 0.67% | 0.96% | - |
| XYZ | 51.93 | 29.67 | 64.62 | - |
| YUV | 143.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 211 | 0 | 0.67 | 0.14 | 0.04 | 312.07 | 0.88 | 0.64 |
| Hex | F4 | 50 | D3 | 0 | 43 | E | 4 | 138 | 58 | 40 |
| Octal | 364 | 120 | 323 | 0 | 103 | 16 | 4 | 470 | 130 | 100 |
| Binary | 11110100 | 1010000 | 11010011 | 0 | 1000011 | 1110 | 100 | 100111000 | 1011000 | 1000000 |
Color Harmonies of #F450D3
Complementary color
Monochromatic Colors of #F450D3
Black with #F450D3
Text Example
Text Example
White with #F450D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450D3; }
p { color: rgb(244,80,211); }
H1.HeaderClassName
{
color: #F450D3;
}
.AnyTagClassName
{
color: #F450D3;
}
</style>
background-color css
<style>
a { background-color: #F450D3; }
a { background-color: rgb(244,80,211); }
div.DivClassName
{
background-color: #F450D3;
}
.BgClassName
{
background-color: #F450D3;
}
</style>
border-color css
<style>
span { border-color: #F450D3; }
span { border-color: rgb(244,80,211); }
td.TdClassName
{
border-color: #F450D3;
}
.TagClassName
{
border-color: #F450D3;
}
</style>