Html Css Color HEX #F850DB Free Speech Magenta
📋 copy color: '#F850DB'red 248 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #F850DB
Tints of Free Speech Magenta #F850DB
RGB
CMYK
RGB Variations
Color information
#F850DB (or 0xF850DB) is known color: Free Speech Magenta. HEX triplet: F8, 50 and DB. RGB value is (248,80,219). Sum of RGB (Red+Green+Blue) = 248+80+219=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F850DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F850DB is #07AF24. Grayscale: #919191. Windows color (decimal): -503589 or 14373112. OLE color: 14373112.
HSL color Cylindrical-coordinate representation of color #F850DB: hue angle of 310.36º 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 #F850DB is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 80 | 219 | - |
CMYK | 0 | 0.68 | 0.12 | 0.03 |
HSL | 310.36º | 0.92% | 0.64% | - |
HSV(B) | 310.36º | 0.68% | 0.97% | - |
XYZ | 54.37 | 30.81 | 70.1 | - |
YUV | 146.08 | 169.16 | 200.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 80 | 219 | 0 | 0.68 | 0.12 | 0.03 | 310.36 | 0.92 | 0.64 |
Hex | F8 | 50 | DB | 0 | 44 | C | 3 | 136 | 5C | 40 |
Octal | 370 | 120 | 333 | 0 | 104 | 14 | 3 | 466 | 134 | 100 |
Binary | 11111000 | 1010000 | 11011011 | 0 | 1000100 | 1100 | 11 | 100110110 | 1011100 | 1000000 |
Color Harmonies of #F850DB
Complementary color
Monochromatic Colors of #F850DB
Black with #F850DB
Text Example
Text Example
White with #F850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850DB; }
p { color: rgb(248,80,219); }
H1.HeaderClassName
{
color: #F850DB;
}
.AnyTagClassName
{
color: #F850DB;
}
</style>
background-color css
<style>
a { background-color: #F850DB; }
a { background-color: rgb(248,80,219); }
div.DivClassName
{
background-color: #F850DB;
}
.BgClassName
{
background-color: #F850DB;
}
</style>
border-color css
<style>
span { border-color: #F850DB; }
span { border-color: rgb(248,80,219); }
td.TdClassName
{
border-color: #F850DB;
}
.TagClassName
{
border-color: #F850DB;
}
</style>