Html Css Color HEX #F865E1 Free Speech Magenta
📋 copy color: '#F865E1'red 248 ◦ green 101 ◦ blue 225
Shades of Free Speech Magenta #F865E1
Tints of Free Speech Magenta #F865E1
RGB
CMYK
RGB Variations
Color information
#F865E1 (or 0xF865E1) is known color: Free Speech Magenta. HEX triplet: F8, 65 and E1. RGB value is (248,101,225). Sum of RGB (Red+Green+Blue) = 248+101+225=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F865E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865E1 is #079A1E. Grayscale: #9E9E9E. Windows color (decimal): -498207 or 14771704. OLE color: 14771704.
HSL color Cylindrical-coordinate representation of color #F865E1: hue angle of 309.39º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865E1 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 225 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.03 |
| HSL | 309.39º | 0.91% | 0.68% | - |
| HSV(B) | 309.39º | 0.59% | 0.97% | - |
| XYZ | 56.96 | 34.7 | 74.93 | - |
| YUV | 159.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 225 | 0 | 0.59 | 0.09 | 0.03 | 309.39 | 0.91 | 0.68 |
| Hex | F8 | 65 | E1 | 0 | 3B | 9 | 3 | 135 | 5B | 44 |
| Octal | 370 | 145 | 341 | 0 | 73 | 11 | 3 | 465 | 133 | 104 |
| Binary | 11111000 | 1100101 | 11100001 | 0 | 111011 | 1001 | 11 | 100110101 | 1011011 | 1000100 |
Color Harmonies of #F865E1
Complementary color
Monochromatic Colors of #F865E1
Black with #F865E1
Text Example
Text Example
White with #F865E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865E1; }
p { color: rgb(248,101,225); }
H1.HeaderClassName
{
color: #F865E1;
}
.AnyTagClassName
{
color: #F865E1;
}
</style>
background-color css
<style>
a { background-color: #F865E1; }
a { background-color: rgb(248,101,225); }
div.DivClassName
{
background-color: #F865E1;
}
.BgClassName
{
background-color: #F865E1;
}
</style>
border-color css
<style>
span { border-color: #F865E1; }
span { border-color: rgb(248,101,225); }
td.TdClassName
{
border-color: #F865E1;
}
.TagClassName
{
border-color: #F865E1;
}
</style>