Html Css Color HEX #F468E1 Free Speech Magenta
📋 copy color: '#F468E1'red 244 ◦ green 104 ◦ blue 225
Shades of Free Speech Magenta #F468E1
Tints of Free Speech Magenta #F468E1
RGB
CMYK
RGB Variations
Color information
#F468E1 (or 0xF468E1) is known color: Free Speech Magenta. HEX triplet: F4, 68 and E1. RGB value is (244,104,225). Sum of RGB (Red+Green+Blue) = 244+104+225=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F468E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468E1 is #0B971E. Grayscale: #9F9F9F. Windows color (decimal): -759583 or 14772468. OLE color: 14772468.
HSL color Cylindrical-coordinate representation of color #F468E1: hue angle of 308.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468E1 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 225 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.04 |
| HSL | 308.14º | 0.86% | 0.68% | - |
| HSV(B) | 308.14º | 0.57% | 0.96% | - |
| XYZ | 55.85 | 34.57 | 74.96 | - |
| YUV | 159.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 225 | 0 | 0.57 | 0.08 | 0.04 | 308.14 | 0.86 | 0.68 |
| Hex | F4 | 68 | E1 | 0 | 39 | 8 | 4 | 134 | 56 | 44 |
| Octal | 364 | 150 | 341 | 0 | 71 | 10 | 4 | 464 | 126 | 104 |
| Binary | 11110100 | 1101000 | 11100001 | 0 | 111001 | 1000 | 100 | 100110100 | 1010110 | 1000100 |
Color Harmonies of #F468E1
Complementary color
Monochromatic Colors of #F468E1
Black with #F468E1
Text Example
Text Example
White with #F468E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F468E1; }
p { color: rgb(244,104,225); }
H1.HeaderClassName
{
color: #F468E1;
}
.AnyTagClassName
{
color: #F468E1;
}
</style>
background-color css
<style>
a { background-color: #F468E1; }
a { background-color: rgb(244,104,225); }
div.DivClassName
{
background-color: #F468E1;
}
.BgClassName
{
background-color: #F468E1;
}
</style>
border-color css
<style>
span { border-color: #F468E1; }
span { border-color: rgb(244,104,225); }
td.TdClassName
{
border-color: #F468E1;
}
.TagClassName
{
border-color: #F468E1;
}
</style>