Html Css Color HEX #F454C8 Free Speech Magenta
📋 copy color: '#F454C8'red 244 ◦ green 84 ◦ blue 200
Shades of Free Speech Magenta #F454C8
Tints of Free Speech Magenta #F454C8
RGB
CMYK
RGB Variations
Color information
#F454C8 (or 0xF454C8) is known color: Free Speech Magenta. HEX triplet: F4, 54 and C8. RGB value is (244,84,200). Sum of RGB (Red+Green+Blue) = 244+84+200=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F454C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F454C8 is #0BAB37. Grayscale: #909090. Windows color (decimal): -764728 or 13128948. OLE color: 13128948.
HSL color Cylindrical-coordinate representation of color #F454C8: hue angle of 316.5º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F454C8 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 200 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.04 |
| HSL | 316.5º | 0.88% | 0.64% | - |
| HSV(B) | 316.5º | 0.66% | 0.96% | - |
| XYZ | 50.9 | 29.74 | 57.7 | - |
| YUV | 145.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 200 | 0 | 0.66 | 0.18 | 0.04 | 316.5 | 0.88 | 0.64 |
| Hex | F4 | 54 | C8 | 0 | 42 | 12 | 4 | 13C | 58 | 40 |
| Octal | 364 | 124 | 310 | 0 | 102 | 22 | 4 | 474 | 130 | 100 |
| Binary | 11110100 | 1010100 | 11001000 | 0 | 1000010 | 10010 | 100 | 100111100 | 1011000 | 1000000 |
Color Harmonies of #F454C8
Complementary color
Monochromatic Colors of #F454C8
Black with #F454C8
Text Example
Text Example
White with #F454C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454C8; }
p { color: rgb(244,84,200); }
H1.HeaderClassName
{
color: #F454C8;
}
.AnyTagClassName
{
color: #F454C8;
}
</style>
background-color css
<style>
a { background-color: #F454C8; }
a { background-color: rgb(244,84,200); }
div.DivClassName
{
background-color: #F454C8;
}
.BgClassName
{
background-color: #F454C8;
}
</style>
border-color css
<style>
span { border-color: #F454C8; }
span { border-color: rgb(244,84,200); }
td.TdClassName
{
border-color: #F454C8;
}
.TagClassName
{
border-color: #F454C8;
}
</style>