Html Css Color HEX #F851D4 Free Speech Magenta
📋 copy color: '#F851D4'red 248 ◦ green 81 ◦ blue 212
Shades of Free Speech Magenta #F851D4
Tints of Free Speech Magenta #F851D4
RGB
CMYK
RGB Variations
Color information
#F851D4 (or 0xF851D4) is known color: Free Speech Magenta. HEX triplet: F8, 51 and D4. RGB value is (248,81,212). Sum of RGB (Red+Green+Blue) = 248+81+212=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 81 (32.03% from 255 or 14.97% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F851D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F851D4 is #07AE2B. Grayscale: #919191. Windows color (decimal): -503340 or 13914616. OLE color: 13914616.
HSL color Cylindrical-coordinate representation of color #F851D4: hue angle of 312.93º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F851D4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 212 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.03 |
| HSL | 312.93º | 0.92% | 0.65% | - |
| HSV(B) | 312.93º | 0.67% | 0.97% | - |
| XYZ | 53.54 | 30.59 | 65.37 | - |
| YUV | 145.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 212 | 0 | 0.67 | 0.15 | 0.03 | 312.93 | 0.92 | 0.65 |
| Hex | F8 | 51 | D4 | 0 | 43 | F | 3 | 139 | 5C | 41 |
| Octal | 370 | 121 | 324 | 0 | 103 | 17 | 3 | 471 | 134 | 101 |
| Binary | 11111000 | 1010001 | 11010100 | 0 | 1000011 | 1111 | 11 | 100111001 | 1011100 | 1000001 |
Color Harmonies of #F851D4
Complementary color
Monochromatic Colors of #F851D4
Black with #F851D4
Text Example
Text Example
White with #F851D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851D4; }
p { color: rgb(248,81,212); }
H1.HeaderClassName
{
color: #F851D4;
}
.AnyTagClassName
{
color: #F851D4;
}
</style>
background-color css
<style>
a { background-color: #F851D4; }
a { background-color: rgb(248,81,212); }
div.DivClassName
{
background-color: #F851D4;
}
.BgClassName
{
background-color: #F851D4;
}
</style>
border-color css
<style>
span { border-color: #F851D4; }
span { border-color: rgb(248,81,212); }
td.TdClassName
{
border-color: #F851D4;
}
.TagClassName
{
border-color: #F851D4;
}
</style>