Html Css Color HEX #F750CE Free Speech Magenta
📋 copy color: '#F750CE'red 247 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #F750CE
Tints of Free Speech Magenta #F750CE
RGB
CMYK
RGB Variations
Color information
#F750CE (or 0xF750CE) is known color: Free Speech Magenta. HEX triplet: F7, 50 and CE. RGB value is (247,80,206). Sum of RGB (Red+Green+Blue) = 247+80+206=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F750CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750CE is #08AF31. Grayscale: #8F8F8F. Windows color (decimal): -569138 or 13521143. OLE color: 13521143.
HSL color Cylindrical-coordinate representation of color #F750CE: hue angle of 314.73º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750CE is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 206 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.03 |
| HSL | 314.73º | 0.91% | 0.64% | - |
| HSV(B) | 314.73º | 0.68% | 0.97% | - |
| XYZ | 52.37 | 29.97 | 61.42 | - |
| YUV | 144.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 206 | 0 | 0.68 | 0.17 | 0.03 | 314.73 | 0.91 | 0.64 |
| Hex | F7 | 50 | CE | 0 | 44 | 11 | 3 | 13B | 5B | 40 |
| Octal | 367 | 120 | 316 | 0 | 104 | 21 | 3 | 473 | 133 | 100 |
| Binary | 11110111 | 1010000 | 11001110 | 0 | 1000100 | 10001 | 11 | 100111011 | 1011011 | 1000000 |
Color Harmonies of #F750CE
Complementary color
Monochromatic Colors of #F750CE
Black with #F750CE
Text Example
Text Example
White with #F750CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750CE; }
p { color: rgb(247,80,206); }
H1.HeaderClassName
{
color: #F750CE;
}
.AnyTagClassName
{
color: #F750CE;
}
</style>
background-color css
<style>
a { background-color: #F750CE; }
a { background-color: rgb(247,80,206); }
div.DivClassName
{
background-color: #F750CE;
}
.BgClassName
{
background-color: #F750CE;
}
</style>
border-color css
<style>
span { border-color: #F750CE; }
span { border-color: rgb(247,80,206); }
td.TdClassName
{
border-color: #F750CE;
}
.TagClassName
{
border-color: #F750CE;
}
</style>