Html Css Color HEX #F965E5 Free Speech Magenta
📋 copy color: '#F965E5'red 249 ◦ green 101 ◦ blue 229
Shades of Free Speech Magenta #F965E5
Tints of Free Speech Magenta #F965E5
RGB
CMYK
RGB Variations
Color information
#F965E5 (or 0xF965E5) is known color: Free Speech Magenta. HEX triplet: F9, 65 and E5. RGB value is (249,101,229). Sum of RGB (Red+Green+Blue) = 249+101+229=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F965E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965E5 is #069A1A. Grayscale: #9F9F9F. Windows color (decimal): -432667 or 15033849. OLE color: 15033849.
HSL color Cylindrical-coordinate representation of color #F965E5: hue angle of 308.11º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965E5 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 229 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.02 |
| HSL | 308.11º | 0.93% | 0.69% | - |
| HSV(B) | 308.11º | 0.59% | 0.98% | - |
| XYZ | 57.86 | 35.1 | 77.85 | - |
| YUV | 159.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 229 | 0 | 0.59 | 0.08 | 0.02 | 308.11 | 0.93 | 0.69 |
| Hex | F9 | 65 | E5 | 0 | 3B | 8 | 2 | 134 | 5C | 45 |
| Octal | 371 | 145 | 345 | 0 | 73 | 10 | 2 | 464 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11100101 | 0 | 111011 | 1000 | 10 | 100110100 | 1011100 | 1000101 |
Color Harmonies of #F965E5
Complementary color
Monochromatic Colors of #F965E5
Black with #F965E5
Text Example
Text Example
White with #F965E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965E5; }
p { color: rgb(249,101,229); }
H1.HeaderClassName
{
color: #F965E5;
}
.AnyTagClassName
{
color: #F965E5;
}
</style>
background-color css
<style>
a { background-color: #F965E5; }
a { background-color: rgb(249,101,229); }
div.DivClassName
{
background-color: #F965E5;
}
.BgClassName
{
background-color: #F965E5;
}
</style>
border-color css
<style>
span { border-color: #F965E5; }
span { border-color: rgb(249,101,229); }
td.TdClassName
{
border-color: #F965E5;
}
.TagClassName
{
border-color: #F965E5;
}
</style>