Html Css Color HEX #F450CE Free Speech Magenta
📋 copy color: '#F450CE'red 244 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #F450CE
Tints of Free Speech Magenta #F450CE
RGB
CMYK
RGB Variations
Color information
#F450CE (or 0xF450CE) is known color: Free Speech Magenta. HEX triplet: F4, 50 and CE. RGB value is (244,80,206). Sum of RGB (Red+Green+Blue) = 244+80+206=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F450CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F450CE is #0BAF31. Grayscale: #8F8F8F. Windows color (decimal): -765746 or 13521140. OLE color: 13521140.
HSL color Cylindrical-coordinate representation of color #F450CE: hue angle of 313.9º 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 #F450CE is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 206 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.04 |
| HSL | 313.9º | 0.88% | 0.64% | - |
| HSV(B) | 313.9º | 0.67% | 0.96% | - |
| XYZ | 51.32 | 29.43 | 61.37 | - |
| YUV | 143.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 206 | 0 | 0.67 | 0.16 | 0.04 | 313.9 | 0.88 | 0.64 |
| Hex | F4 | 50 | CE | 0 | 43 | 10 | 4 | 13A | 58 | 40 |
| Octal | 364 | 120 | 316 | 0 | 103 | 20 | 4 | 472 | 130 | 100 |
| Binary | 11110100 | 1010000 | 11001110 | 0 | 1000011 | 10000 | 100 | 100111010 | 1011000 | 1000000 |
Color Harmonies of #F450CE
Complementary color
Monochromatic Colors of #F450CE
Black with #F450CE
Text Example
Text Example
White with #F450CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450CE; }
p { color: rgb(244,80,206); }
H1.HeaderClassName
{
color: #F450CE;
}
.AnyTagClassName
{
color: #F450CE;
}
</style>
background-color css
<style>
a { background-color: #F450CE; }
a { background-color: rgb(244,80,206); }
div.DivClassName
{
background-color: #F450CE;
}
.BgClassName
{
background-color: #F450CE;
}
</style>
border-color css
<style>
span { border-color: #F450CE; }
span { border-color: rgb(244,80,206); }
td.TdClassName
{
border-color: #F450CE;
}
.TagClassName
{
border-color: #F450CE;
}
</style>