Html Css Color HEX #F953E6 Free Speech Magenta
📋 copy color: '#F953E6'red 249 ◦ green 83 ◦ blue 230
Shades of Free Speech Magenta #F953E6
Tints of Free Speech Magenta #F953E6
RGB
CMYK
RGB Variations
Color information
#F953E6 (or 0xF953E6) is known color: Free Speech Magenta. HEX triplet: F9, 53 and E6. RGB value is (249,83,230). Sum of RGB (Red+Green+Blue) = 249+83+230=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 83 (32.81% from 255 or 14.77% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F953E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953E6 is #06AC19. Grayscale: #949494. Windows color (decimal): -437274 or 15094777. OLE color: 15094777.
HSL color Cylindrical-coordinate representation of color #F953E6: hue angle of 306.87º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953E6 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 230 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.02 |
| HSL | 306.87º | 0.93% | 0.65% | - |
| HSV(B) | 306.87º | 0.67% | 0.98% | - |
| XYZ | 56.44 | 32.04 | 78.07 | - |
| YUV | 149.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 230 | 0 | 0.67 | 0.08 | 0.02 | 306.87 | 0.93 | 0.65 |
| Hex | F9 | 53 | E6 | 0 | 43 | 8 | 2 | 133 | 5D | 41 |
| Octal | 371 | 123 | 346 | 0 | 103 | 10 | 2 | 463 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11100110 | 0 | 1000011 | 1000 | 10 | 100110011 | 1011101 | 1000001 |
Color Harmonies of #F953E6
Complementary color
Monochromatic Colors of #F953E6
Black with #F953E6
Text Example
Text Example
White with #F953E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953E6; }
p { color: rgb(249,83,230); }
H1.HeaderClassName
{
color: #F953E6;
}
.AnyTagClassName
{
color: #F953E6;
}
</style>
background-color css
<style>
a { background-color: #F953E6; }
a { background-color: rgb(249,83,230); }
div.DivClassName
{
background-color: #F953E6;
}
.BgClassName
{
background-color: #F953E6;
}
</style>
border-color css
<style>
span { border-color: #F953E6; }
span { border-color: rgb(249,83,230); }
td.TdClassName
{
border-color: #F953E6;
}
.TagClassName
{
border-color: #F953E6;
}
</style>