Html Css Color HEX #F350C7 Free Speech Magenta
📋 copy color: '#F350C7'red 243 ◦ green 80 ◦ blue 199
Shades of Free Speech Magenta #F350C7
Tints of Free Speech Magenta #F350C7
RGB
CMYK
RGB Variations
Color information
#F350C7 (or 0xF350C7) is known color: Free Speech Magenta. HEX triplet: F3, 50 and C7. RGB value is (243,80,199). Sum of RGB (Red+Green+Blue) = 243+80+199=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F350C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350C7 is #0CAF38. Grayscale: #8D8D8D. Windows color (decimal): -831289 or 13062387. OLE color: 13062387.
HSL color Cylindrical-coordinate representation of color #F350C7: hue angle of 316.2º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350C7 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 199 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.05 |
| HSL | 316.2º | 0.87% | 0.63% | - |
| HSV(B) | 316.2º | 0.67% | 0.95% | - |
| XYZ | 50.14 | 28.92 | 56.97 | - |
| YUV | 142.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 199 | 0 | 0.67 | 0.18 | 0.05 | 316.2 | 0.87 | 0.63 |
| Hex | F3 | 50 | C7 | 0 | 43 | 12 | 5 | 13C | 57 | 3F |
| Octal | 363 | 120 | 307 | 0 | 103 | 22 | 5 | 474 | 127 | 77 |
| Binary | 11110011 | 1010000 | 11000111 | 0 | 1000011 | 10010 | 101 | 100111100 | 1010111 | 111111 |
Color Harmonies of #F350C7
Complementary color
Monochromatic Colors of #F350C7
Black with #F350C7
Text Example
Text Example
White with #F350C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350C7; }
p { color: rgb(243,80,199); }
H1.HeaderClassName
{
color: #F350C7;
}
.AnyTagClassName
{
color: #F350C7;
}
</style>
background-color css
<style>
a { background-color: #F350C7; }
a { background-color: rgb(243,80,199); }
div.DivClassName
{
background-color: #F350C7;
}
.BgClassName
{
background-color: #F350C7;
}
</style>
border-color css
<style>
span { border-color: #F350C7; }
span { border-color: rgb(243,80,199); }
td.TdClassName
{
border-color: #F350C7;
}
.TagClassName
{
border-color: #F350C7;
}
</style>