Html Css Color HEX #F353CF Free Speech Magenta
📋 copy color: '#F353CF'red 243 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #F353CF
Tints of Free Speech Magenta #F353CF
RGB
CMYK
RGB Variations
Color information
#F353CF (or 0xF353CF) is known color: Free Speech Magenta. HEX triplet: F3, 53 and CF. RGB value is (243,83,207). Sum of RGB (Red+Green+Blue) = 243+83+207=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F353CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353CF is #0CAC30. Grayscale: #909090. Windows color (decimal): -830513 or 13587443. OLE color: 13587443.
HSL color Cylindrical-coordinate representation of color #F353CF: hue angle of 313.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353CF is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 207 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.05 |
| HSL | 313.5º | 0.87% | 0.64% | - |
| HSV(B) | 313.5º | 0.66% | 0.95% | - |
| XYZ | 51.32 | 29.75 | 62.07 | - |
| YUV | 144.98 | 163.01 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 207 | 0 | 0.66 | 0.15 | 0.05 | 313.5 | 0.87 | 0.64 |
| Hex | F3 | 53 | CF | 0 | 42 | F | 5 | 13A | 57 | 40 |
| Octal | 363 | 123 | 317 | 0 | 102 | 17 | 5 | 472 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11001111 | 0 | 1000010 | 1111 | 101 | 100111010 | 1010111 | 1000000 |
Color Harmonies of #F353CF
Complementary color
Monochromatic Colors of #F353CF
Black with #F353CF
Text Example
Text Example
White with #F353CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353CF; }
p { color: rgb(243,83,207); }
H1.HeaderClassName
{
color: #F353CF;
}
.AnyTagClassName
{
color: #F353CF;
}
</style>
background-color css
<style>
a { background-color: #F353CF; }
a { background-color: rgb(243,83,207); }
div.DivClassName
{
background-color: #F353CF;
}
.BgClassName
{
background-color: #F353CF;
}
</style>
border-color css
<style>
span { border-color: #F353CF; }
span { border-color: rgb(243,83,207); }
td.TdClassName
{
border-color: #F353CF;
}
.TagClassName
{
border-color: #F353CF;
}
</style>