Html Css Color HEX #F84BDF Free Speech Magenta
📋 copy color: '#F84BDF'red 248 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #F84BDF
Tints of Free Speech Magenta #F84BDF
RGB
CMYK
RGB Variations
Color information
#F84BDF (or 0xF84BDF) is known color: Free Speech Magenta. HEX triplet: F8, 4B and DF. RGB value is (248,75,223). Sum of RGB (Red+Green+Blue) = 248+75+223=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 75 (29.69% from 255 or 13.74% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84BDF is #07B420. Grayscale: #8F8F8F. Windows color (decimal): -504865 or 14633976. OLE color: 14633976.
HSL color Cylindrical-coordinate representation of color #F84BDF: hue angle of 308.67º 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 #F84BDF is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 223 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.03 |
| HSL | 308.67º | 0.93% | 0.63% | - |
| HSV(B) | 308.67º | 0.7% | 0.97% | - |
| XYZ | 54.55 | 30.32 | 72.79 | - |
| YUV | 143.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 223 | 0 | 0.70 | 0.10 | 0.03 | 308.67 | 0.93 | 0.63 |
| Hex | F8 | 4B | DF | 0 | 46 | A | 3 | 135 | 5D | 3F |
| Octal | 370 | 113 | 337 | 0 | 106 | 12 | 3 | 465 | 135 | 77 |
| Binary | 11111000 | 1001011 | 11011111 | 0 | 1000110 | 1010 | 11 | 100110101 | 1011101 | 111111 |
Color Harmonies of #F84BDF
Complementary color
Monochromatic Colors of #F84BDF
Black with #F84BDF
Text Example
Text Example
White with #F84BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BDF; }
p { color: rgb(248,75,223); }
H1.HeaderClassName
{
color: #F84BDF;
}
.AnyTagClassName
{
color: #F84BDF;
}
</style>
background-color css
<style>
a { background-color: #F84BDF; }
a { background-color: rgb(248,75,223); }
div.DivClassName
{
background-color: #F84BDF;
}
.BgClassName
{
background-color: #F84BDF;
}
</style>
border-color css
<style>
span { border-color: #F84BDF; }
span { border-color: rgb(248,75,223); }
td.TdClassName
{
border-color: #F84BDF;
}
.TagClassName
{
border-color: #F84BDF;
}
</style>