Html Css Color HEX #F84BDD Free Speech Magenta
📋 copy color: '#F84BDD'red 248 ◦ green 75 ◦ blue 221
Shades of Free Speech Magenta #F84BDD
Tints of Free Speech Magenta #F84BDD
RGB
CMYK
RGB Variations
Color information
#F84BDD (or 0xF84BDD) is known color: Free Speech Magenta. HEX triplet: F8, 4B and DD. RGB value is (248,75,221). Sum of RGB (Red+Green+Blue) = 248+75+221=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84BDD is #07B422. Grayscale: #8E8E8E. Windows color (decimal): -504867 or 14502904. OLE color: 14502904.
HSL color Cylindrical-coordinate representation of color #F84BDD: hue angle of 309.36º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BDD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 221 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.03 |
| HSL | 309.36º | 0.93% | 0.63% | - |
| HSV(B) | 309.36º | 0.7% | 0.97% | - |
| XYZ | 54.28 | 30.21 | 71.38 | - |
| YUV | 143.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 221 | 0 | 0.70 | 0.11 | 0.03 | 309.36 | 0.93 | 0.63 |
| Hex | F8 | 4B | DD | 0 | 46 | B | 3 | 135 | 5D | 3F |
| Octal | 370 | 113 | 335 | 0 | 106 | 13 | 3 | 465 | 135 | 77 |
| Binary | 11111000 | 1001011 | 11011101 | 0 | 1000110 | 1011 | 11 | 100110101 | 1011101 | 111111 |
Color Harmonies of #F84BDD
Complementary color
Monochromatic Colors of #F84BDD
Black with #F84BDD
Text Example
Text Example
White with #F84BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BDD; }
p { color: rgb(248,75,221); }
H1.HeaderClassName
{
color: #F84BDD;
}
.AnyTagClassName
{
color: #F84BDD;
}
</style>
background-color css
<style>
a { background-color: #F84BDD; }
a { background-color: rgb(248,75,221); }
div.DivClassName
{
background-color: #F84BDD;
}
.BgClassName
{
background-color: #F84BDD;
}
</style>
border-color css
<style>
span { border-color: #F84BDD; }
span { border-color: rgb(248,75,221); }
td.TdClassName
{
border-color: #F84BDD;
}
.TagClassName
{
border-color: #F84BDD;
}
</style>