Html Css Color HEX #F24DDB Free Speech Magenta
📋 copy color: '#F24DDB'red 242 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #F24DDB
Tints of Free Speech Magenta #F24DDB
RGB
CMYK
RGB Variations
Color information
#F24DDB (or 0xF24DDB) is known color: Free Speech Magenta. HEX triplet: F2, 4D and DB. RGB value is (242,77,219). Sum of RGB (Red+Green+Blue) = 242+77+219=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 77 (30.47% from 255 or 14.31% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24DDB is #0DB224. Grayscale: #8E8E8E. Windows color (decimal): -897573 or 14372338. OLE color: 14372338.
HSL color Cylindrical-coordinate representation of color #F24DDB: hue angle of 308.36º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24DDB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 77 | 219 | - |
CMYK | 0 | 0.68 | 0.10 | 0.05 |
HSL | 308.36º | 0.86% | 0.63% | - |
HSV(B) | 308.36º | 0.68% | 0.95% | - |
XYZ | 52.06 | 29.3 | 69.93 | - |
YUV | 142.52 | 171.16 | 198.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 77 | 219 | 0 | 0.68 | 0.10 | 0.05 | 308.36 | 0.86 | 0.63 |
Hex | F2 | 4D | DB | 0 | 44 | A | 5 | 134 | 56 | 3F |
Octal | 362 | 115 | 333 | 0 | 104 | 12 | 5 | 464 | 126 | 77 |
Binary | 11110010 | 1001101 | 11011011 | 0 | 1000100 | 1010 | 101 | 100110100 | 1010110 | 111111 |
Color Harmonies of #F24DDB
Complementary color
Monochromatic Colors of #F24DDB
Black with #F24DDB
Text Example
Text Example
White with #F24DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DDB; }
p { color: rgb(242,77,219); }
H1.HeaderClassName
{
color: #F24DDB;
}
.AnyTagClassName
{
color: #F24DDB;
}
</style>
background-color css
<style>
a { background-color: #F24DDB; }
a { background-color: rgb(242,77,219); }
div.DivClassName
{
background-color: #F24DDB;
}
.BgClassName
{
background-color: #F24DDB;
}
</style>
border-color css
<style>
span { border-color: #F24DDB; }
span { border-color: rgb(242,77,219); }
td.TdClassName
{
border-color: #F24DDB;
}
.TagClassName
{
border-color: #F24DDB;
}
</style>