Html Css Color HEX #F34ADB Free Speech Magenta
📋 copy color: '#F34ADB'red 243 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #F34ADB
Tints of Free Speech Magenta #F34ADB
RGB
CMYK
RGB Variations
Color information
#F34ADB (or 0xF34ADB) is known color: Free Speech Magenta. HEX triplet: F3, 4A and DB. RGB value is (243,74,219). Sum of RGB (Red+Green+Blue) = 243+74+219=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F34ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F34ADB is #0CB524. Grayscale: #8C8C8C. Windows color (decimal): -832805 or 14371571. OLE color: 14371571.
HSL color Cylindrical-coordinate representation of color #F34ADB: hue angle of 308.52º 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 #F34ADB is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 219 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.05 |
| HSL | 308.52º | 0.88% | 0.62% | - |
| HSV(B) | 308.52º | 0.7% | 0.95% | - |
| XYZ | 52.2 | 29.07 | 69.88 | - |
| YUV | 141.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 219 | 0 | 0.70 | 0.10 | 0.05 | 308.52 | 0.88 | 0.62 |
| Hex | F3 | 4A | DB | 0 | 46 | A | 5 | 135 | 58 | 3E |
| Octal | 363 | 112 | 333 | 0 | 106 | 12 | 5 | 465 | 130 | 76 |
| Binary | 11110011 | 1001010 | 11011011 | 0 | 1000110 | 1010 | 101 | 100110101 | 1011000 | 111110 |
Color Harmonies of #F34ADB
Complementary color
Monochromatic Colors of #F34ADB
Black with #F34ADB
Text Example
Text Example
White with #F34ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34ADB; }
p { color: rgb(243,74,219); }
H1.HeaderClassName
{
color: #F34ADB;
}
.AnyTagClassName
{
color: #F34ADB;
}
</style>
background-color css
<style>
a { background-color: #F34ADB; }
a { background-color: rgb(243,74,219); }
div.DivClassName
{
background-color: #F34ADB;
}
.BgClassName
{
background-color: #F34ADB;
}
</style>
border-color css
<style>
span { border-color: #F34ADB; }
span { border-color: rgb(243,74,219); }
td.TdClassName
{
border-color: #F34ADB;
}
.TagClassName
{
border-color: #F34ADB;
}
</style>