Html Css Color HEX #F348E0 Free Speech Magenta
📋 copy color: '#F348E0'red 243 ◦ green 72 ◦ blue 224
Shades of Free Speech Magenta #F348E0
Tints of Free Speech Magenta #F348E0
RGB
CMYK
RGB Variations
Color information
#F348E0 (or 0xF348E0) is known color: Free Speech Magenta. HEX triplet: F3, 48 and E0. RGB value is (243,72,224). Sum of RGB (Red+Green+Blue) = 243+72+224=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F348E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348E0 is #0CB71F. Grayscale: #8C8C8C. Windows color (decimal): -833312 or 14698739. OLE color: 14698739.
HSL color Cylindrical-coordinate representation of color #F348E0: hue angle of 306.67º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F348E0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 224 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.05 |
| HSL | 306.67º | 0.88% | 0.62% | - |
| HSV(B) | 306.67º | 0.7% | 0.95% | - |
| XYZ | 52.73 | 29.07 | 73.35 | - |
| YUV | 140.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 224 | 0 | 0.70 | 0.08 | 0.05 | 306.67 | 0.88 | 0.62 |
| Hex | F3 | 48 | E0 | 0 | 46 | 8 | 5 | 133 | 58 | 3E |
| Octal | 363 | 110 | 340 | 0 | 106 | 10 | 5 | 463 | 130 | 76 |
| Binary | 11110011 | 1001000 | 11100000 | 0 | 1000110 | 1000 | 101 | 100110011 | 1011000 | 111110 |
Color Harmonies of #F348E0
Complementary color
Monochromatic Colors of #F348E0
Black with #F348E0
Text Example
Text Example
White with #F348E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348E0; }
p { color: rgb(243,72,224); }
H1.HeaderClassName
{
color: #F348E0;
}
.AnyTagClassName
{
color: #F348E0;
}
</style>
background-color css
<style>
a { background-color: #F348E0; }
a { background-color: rgb(243,72,224); }
div.DivClassName
{
background-color: #F348E0;
}
.BgClassName
{
background-color: #F348E0;
}
</style>
border-color css
<style>
span { border-color: #F348E0; }
span { border-color: rgb(243,72,224); }
td.TdClassName
{
border-color: #F348E0;
}
.TagClassName
{
border-color: #F348E0;
}
</style>