Html Css Color HEX #F751D3 Free Speech Magenta
📋 copy color: '#F751D3'red 247 ◦ green 81 ◦ blue 211
Shades of Free Speech Magenta #F751D3
Tints of Free Speech Magenta #F751D3
RGB
CMYK
RGB Variations
Color information
#F751D3 (or 0xF751D3) is known color: Free Speech Magenta. HEX triplet: F7, 51 and D3. RGB value is (247,81,211). Sum of RGB (Red+Green+Blue) = 247+81+211=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F751D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751D3 is #08AE2C. Grayscale: #919191. Windows color (decimal): -568877 or 13849079. OLE color: 13849079.
HSL color Cylindrical-coordinate representation of color #F751D3: hue angle of 313.01º 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 #F751D3 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 211 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.03 |
| HSL | 313.01º | 0.91% | 0.64% | - |
| HSV(B) | 313.01º | 0.67% | 0.97% | - |
| XYZ | 53.06 | 30.36 | 64.69 | - |
| YUV | 145.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 211 | 0 | 0.67 | 0.15 | 0.03 | 313.01 | 0.91 | 0.64 |
| Hex | F7 | 51 | D3 | 0 | 43 | F | 3 | 139 | 5B | 40 |
| Octal | 367 | 121 | 323 | 0 | 103 | 17 | 3 | 471 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11010011 | 0 | 1000011 | 1111 | 11 | 100111001 | 1011011 | 1000000 |
Color Harmonies of #F751D3
Complementary color
Monochromatic Colors of #F751D3
Black with #F751D3
Text Example
Text Example
White with #F751D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751D3; }
p { color: rgb(247,81,211); }
H1.HeaderClassName
{
color: #F751D3;
}
.AnyTagClassName
{
color: #F751D3;
}
</style>
background-color css
<style>
a { background-color: #F751D3; }
a { background-color: rgb(247,81,211); }
div.DivClassName
{
background-color: #F751D3;
}
.BgClassName
{
background-color: #F751D3;
}
</style>
border-color css
<style>
span { border-color: #F751D3; }
span { border-color: rgb(247,81,211); }
td.TdClassName
{
border-color: #F751D3;
}
.TagClassName
{
border-color: #F751D3;
}
</style>