Html Css Color HEX #F84CE0 Free Speech Magenta
📋 copy color: '#F84CE0'red 248 ◦ green 76 ◦ blue 224
Shades of Free Speech Magenta #F84CE0
Tints of Free Speech Magenta #F84CE0
RGB
CMYK
RGB Variations
Color information
#F84CE0 (or 0xF84CE0) is known color: Free Speech Magenta. HEX triplet: F8, 4C and E0. RGB value is (248,76,224). Sum of RGB (Red+Green+Blue) = 248+76+224=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 76 (30.08% from 255 or 13.87% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84CE0 is #07B31F. Grayscale: #8F8F8F. Windows color (decimal): -504608 or 14699768. OLE color: 14699768.
HSL color Cylindrical-coordinate representation of color #F84CE0: hue angle of 308.37º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84CE0 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 224 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.03 |
| HSL | 308.37º | 0.92% | 0.64% | - |
| HSV(B) | 308.37º | 0.69% | 0.97% | - |
| XYZ | 54.75 | 30.51 | 73.52 | - |
| YUV | 144.3 | 172.98 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 224 | 0 | 0.69 | 0.10 | 0.03 | 308.37 | 0.92 | 0.64 |
| Hex | F8 | 4C | E0 | 0 | 45 | A | 3 | 134 | 5C | 40 |
| Octal | 370 | 114 | 340 | 0 | 105 | 12 | 3 | 464 | 134 | 100 |
| Binary | 11111000 | 1001100 | 11100000 | 0 | 1000101 | 1010 | 11 | 100110100 | 1011100 | 1000000 |
Color Harmonies of #F84CE0
Complementary color
Monochromatic Colors of #F84CE0
Black with #F84CE0
Text Example
Text Example
White with #F84CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84CE0; }
p { color: rgb(248,76,224); }
H1.HeaderClassName
{
color: #F84CE0;
}
.AnyTagClassName
{
color: #F84CE0;
}
</style>
background-color css
<style>
a { background-color: #F84CE0; }
a { background-color: rgb(248,76,224); }
div.DivClassName
{
background-color: #F84CE0;
}
.BgClassName
{
background-color: #F84CE0;
}
</style>
border-color css
<style>
span { border-color: #F84CE0; }
span { border-color: rgb(248,76,224); }
td.TdClassName
{
border-color: #F84CE0;
}
.TagClassName
{
border-color: #F84CE0;
}
</style>