Html Css Color HEX #F348DB Free Speech Magenta
📋 copy color: '#F348DB'red 243 ◦ green 72 ◦ blue 219
Shades of Free Speech Magenta #F348DB
Tints of Free Speech Magenta #F348DB
RGB
CMYK
RGB Variations
Color information
#F348DB (or 0xF348DB) is known color: Free Speech Magenta. HEX triplet: F3, 48 and DB. RGB value is (243,72,219). Sum of RGB (Red+Green+Blue) = 243+72+219=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F348DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348DB is #0CB724. Grayscale: #8B8B8B. Windows color (decimal): -833317 or 14371059. OLE color: 14371059.
HSL color Cylindrical-coordinate representation of color #F348DB: hue angle of 308.42º 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 #F348DB is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 219 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.05 |
| HSL | 308.42º | 0.88% | 0.62% | - |
| HSV(B) | 308.42º | 0.7% | 0.95% | - |
| XYZ | 52.07 | 28.8 | 69.83 | - |
| YUV | 139.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 219 | 0 | 0.70 | 0.10 | 0.05 | 308.42 | 0.88 | 0.62 |
| Hex | F3 | 48 | DB | 0 | 46 | A | 5 | 134 | 58 | 3E |
| Octal | 363 | 110 | 333 | 0 | 106 | 12 | 5 | 464 | 130 | 76 |
| Binary | 11110011 | 1001000 | 11011011 | 0 | 1000110 | 1010 | 101 | 100110100 | 1011000 | 111110 |
Color Harmonies of #F348DB
Complementary color
Monochromatic Colors of #F348DB
Black with #F348DB
Text Example
Text Example
White with #F348DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348DB; }
p { color: rgb(243,72,219); }
H1.HeaderClassName
{
color: #F348DB;
}
.AnyTagClassName
{
color: #F348DB;
}
</style>
background-color css
<style>
a { background-color: #F348DB; }
a { background-color: rgb(243,72,219); }
div.DivClassName
{
background-color: #F348DB;
}
.BgClassName
{
background-color: #F348DB;
}
</style>
border-color css
<style>
span { border-color: #F348DB; }
span { border-color: rgb(243,72,219); }
td.TdClassName
{
border-color: #F348DB;
}
.TagClassName
{
border-color: #F348DB;
}
</style>