Html Css Color HEX #F751D1 Free Speech Magenta
📋 copy color: '#F751D1'red 247 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #F751D1
Tints of Free Speech Magenta #F751D1
RGB
CMYK
RGB Variations
Color information
#F751D1 (or 0xF751D1) is known color: Free Speech Magenta. HEX triplet: F7, 51 and D1. RGB value is (247,81,209). Sum of RGB (Red+Green+Blue) = 247+81+209=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F751D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751D1 is #08AE2E. Grayscale: #909090. Windows color (decimal): -568879 or 13718007. OLE color: 13718007.
HSL color Cylindrical-coordinate representation of color #F751D1: hue angle of 313.73º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751D1 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 209 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.03 |
| HSL | 313.73º | 0.91% | 0.64% | - |
| HSV(B) | 313.73º | 0.67% | 0.97% | - |
| XYZ | 52.81 | 30.26 | 63.38 | - |
| YUV | 145.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 209 | 0 | 0.67 | 0.15 | 0.03 | 313.73 | 0.91 | 0.64 |
| Hex | F7 | 51 | D1 | 0 | 43 | F | 3 | 13A | 5B | 40 |
| Octal | 367 | 121 | 321 | 0 | 103 | 17 | 3 | 472 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11010001 | 0 | 1000011 | 1111 | 11 | 100111010 | 1011011 | 1000000 |
Color Harmonies of #F751D1
Complementary color
Monochromatic Colors of #F751D1
Black with #F751D1
Text Example
Text Example
White with #F751D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751D1; }
p { color: rgb(247,81,209); }
H1.HeaderClassName
{
color: #F751D1;
}
.AnyTagClassName
{
color: #F751D1;
}
</style>
background-color css
<style>
a { background-color: #F751D1; }
a { background-color: rgb(247,81,209); }
div.DivClassName
{
background-color: #F751D1;
}
.BgClassName
{
background-color: #F751D1;
}
</style>
border-color css
<style>
span { border-color: #F751D1; }
span { border-color: rgb(247,81,209); }
td.TdClassName
{
border-color: #F751D1;
}
.TagClassName
{
border-color: #F751D1;
}
</style>