Html Css Color HEX #F866E5 Free Speech Magenta
📋 copy color: '#F866E5'red 248 ◦ green 102 ◦ blue 229
Shades of Free Speech Magenta #F866E5
Tints of Free Speech Magenta #F866E5
RGB
CMYK
RGB Variations
Color information
#F866E5 (or 0xF866E5) is known color: Free Speech Magenta. HEX triplet: F8, 66 and E5. RGB value is (248,102,229). Sum of RGB (Red+Green+Blue) = 248+102+229=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F866E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866E5 is #07991A. Grayscale: #9F9F9F. Windows color (decimal): -497947 or 15034104. OLE color: 15034104.
HSL color Cylindrical-coordinate representation of color #F866E5: hue angle of 307.81º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866E5 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 229 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.03 |
| HSL | 307.81º | 0.91% | 0.69% | - |
| HSV(B) | 307.81º | 0.59% | 0.97% | - |
| XYZ | 57.61 | 35.12 | 77.87 | - |
| YUV | 160.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 229 | 0 | 0.59 | 0.08 | 0.03 | 307.81 | 0.91 | 0.69 |
| Hex | F8 | 66 | E5 | 0 | 3B | 8 | 3 | 134 | 5B | 45 |
| Octal | 370 | 146 | 345 | 0 | 73 | 10 | 3 | 464 | 133 | 105 |
| Binary | 11111000 | 1100110 | 11100101 | 0 | 111011 | 1000 | 11 | 100110100 | 1011011 | 1000101 |
Color Harmonies of #F866E5
Complementary color
Monochromatic Colors of #F866E5
Black with #F866E5
Text Example
Text Example
White with #F866E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866E5; }
p { color: rgb(248,102,229); }
H1.HeaderClassName
{
color: #F866E5;
}
.AnyTagClassName
{
color: #F866E5;
}
</style>
background-color css
<style>
a { background-color: #F866E5; }
a { background-color: rgb(248,102,229); }
div.DivClassName
{
background-color: #F866E5;
}
.BgClassName
{
background-color: #F866E5;
}
</style>
border-color css
<style>
span { border-color: #F866E5; }
span { border-color: rgb(248,102,229); }
td.TdClassName
{
border-color: #F866E5;
}
.TagClassName
{
border-color: #F866E5;
}
</style>