Html Css Color HEX #F348DF Free Speech Magenta
📋 copy color: '#F348DF'red 243 ◦ green 72 ◦ blue 223
Shades of Free Speech Magenta #F348DF
Tints of Free Speech Magenta #F348DF
RGB
CMYK
RGB Variations
Color information
#F348DF (or 0xF348DF) is known color: Free Speech Magenta. HEX triplet: F3, 48 and DF. RGB value is (243,72,223). Sum of RGB (Red+Green+Blue) = 243+72+223=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F348DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348DF is #0CB720. Grayscale: #8B8B8B. Windows color (decimal): -833313 or 14633203. OLE color: 14633203.
HSL color Cylindrical-coordinate representation of color #F348DF: hue angle of 307.02º 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 #F348DF is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 223 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.05 |
| HSL | 307.02º | 0.88% | 0.62% | - |
| HSV(B) | 307.02º | 0.7% | 0.95% | - |
| XYZ | 52.6 | 29.02 | 72.64 | - |
| YUV | 140.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 223 | 0 | 0.70 | 0.08 | 0.05 | 307.02 | 0.88 | 0.62 |
| Hex | F3 | 48 | DF | 0 | 46 | 8 | 5 | 133 | 58 | 3E |
| Octal | 363 | 110 | 337 | 0 | 106 | 10 | 5 | 463 | 130 | 76 |
| Binary | 11110011 | 1001000 | 11011111 | 0 | 1000110 | 1000 | 101 | 100110011 | 1011000 | 111110 |
Color Harmonies of #F348DF
Complementary color
Monochromatic Colors of #F348DF
Black with #F348DF
Text Example
Text Example
White with #F348DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348DF; }
p { color: rgb(243,72,223); }
H1.HeaderClassName
{
color: #F348DF;
}
.AnyTagClassName
{
color: #F348DF;
}
</style>
background-color css
<style>
a { background-color: #F348DF; }
a { background-color: rgb(243,72,223); }
div.DivClassName
{
background-color: #F348DF;
}
.BgClassName
{
background-color: #F348DF;
}
</style>
border-color css
<style>
span { border-color: #F348DF; }
span { border-color: rgb(243,72,223); }
td.TdClassName
{
border-color: #F348DF;
}
.TagClassName
{
border-color: #F348DF;
}
</style>