Html Css Color HEX #F350CF Free Speech Magenta
📋 copy color: '#F350CF'red 243 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #F350CF
Tints of Free Speech Magenta #F350CF
RGB
CMYK
RGB Variations
Color information
#F350CF (or 0xF350CF) is known color: Free Speech Magenta. HEX triplet: F3, 50 and CF. RGB value is (243,80,207). Sum of RGB (Red+Green+Blue) = 243+80+207=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F350CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350CF is #0CAF30. Grayscale: #8E8E8E. Windows color (decimal): -831281 or 13586675. OLE color: 13586675.
HSL color Cylindrical-coordinate representation of color #F350CF: hue angle of 313.25º 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 #F350CF is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 207 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.05 |
| HSL | 313.25º | 0.87% | 0.63% | - |
| HSV(B) | 313.25º | 0.67% | 0.95% | - |
| XYZ | 51.09 | 29.3 | 61.99 | - |
| YUV | 143.22 | 164 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 207 | 0 | 0.67 | 0.15 | 0.05 | 313.25 | 0.87 | 0.63 |
| Hex | F3 | 50 | CF | 0 | 43 | F | 5 | 139 | 57 | 3F |
| Octal | 363 | 120 | 317 | 0 | 103 | 17 | 5 | 471 | 127 | 77 |
| Binary | 11110011 | 1010000 | 11001111 | 0 | 1000011 | 1111 | 101 | 100111001 | 1010111 | 111111 |
Color Harmonies of #F350CF
Complementary color
Monochromatic Colors of #F350CF
Black with #F350CF
Text Example
Text Example
White with #F350CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350CF; }
p { color: rgb(243,80,207); }
H1.HeaderClassName
{
color: #F350CF;
}
.AnyTagClassName
{
color: #F350CF;
}
</style>
background-color css
<style>
a { background-color: #F350CF; }
a { background-color: rgb(243,80,207); }
div.DivClassName
{
background-color: #F350CF;
}
.BgClassName
{
background-color: #F350CF;
}
</style>
border-color css
<style>
span { border-color: #F350CF; }
span { border-color: rgb(243,80,207); }
td.TdClassName
{
border-color: #F350CF;
}
.TagClassName
{
border-color: #F350CF;
}
</style>