Html Css Color HEX #F850CE Free Speech Magenta
📋 copy color: '#F850CE'red 248 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #F850CE
Tints of Free Speech Magenta #F850CE
RGB
CMYK
RGB Variations
Color information
#F850CE (or 0xF850CE) is known color: Free Speech Magenta. HEX triplet: F8, 50 and CE. RGB value is (248,80,206). Sum of RGB (Red+Green+Blue) = 248+80+206=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F850CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F850CE is #07AF31. Grayscale: #909090. Windows color (decimal): -503602 or 13521144. OLE color: 13521144.
HSL color Cylindrical-coordinate representation of color #F850CE: hue angle of 315º degrees, saturation: 0.92, 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 #F850CE is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 206 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.03 |
| HSL | 315º | 0.92% | 0.64% | - |
| HSV(B) | 315º | 0.68% | 0.97% | - |
| XYZ | 52.72 | 30.15 | 61.43 | - |
| YUV | 144.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 206 | 0 | 0.68 | 0.17 | 0.03 | 315 | 0.92 | 0.64 |
| Hex | F8 | 50 | CE | 0 | 44 | 11 | 3 | 13B | 5C | 40 |
| Octal | 370 | 120 | 316 | 0 | 104 | 21 | 3 | 473 | 134 | 100 |
| Binary | 11111000 | 1010000 | 11001110 | 0 | 1000100 | 10001 | 11 | 100111011 | 1011100 | 1000000 |
Color Harmonies of #F850CE
Complementary color
Monochromatic Colors of #F850CE
Black with #F850CE
Text Example
Text Example
White with #F850CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850CE; }
p { color: rgb(248,80,206); }
H1.HeaderClassName
{
color: #F850CE;
}
.AnyTagClassName
{
color: #F850CE;
}
</style>
background-color css
<style>
a { background-color: #F850CE; }
a { background-color: rgb(248,80,206); }
div.DivClassName
{
background-color: #F850CE;
}
.BgClassName
{
background-color: #F850CE;
}
</style>
border-color css
<style>
span { border-color: #F850CE; }
span { border-color: rgb(248,80,206); }
td.TdClassName
{
border-color: #F850CE;
}
.TagClassName
{
border-color: #F850CE;
}
</style>