Html Css Color HEX #F865DB Free Speech Magenta
📋 copy color: '#F865DB'red 248 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #F865DB
Tints of Free Speech Magenta #F865DB
RGB
CMYK
RGB Variations
Color information
#F865DB (or 0xF865DB) is known color: Free Speech Magenta. HEX triplet: F8, 65 and DB. RGB value is (248,101,219). Sum of RGB (Red+Green+Blue) = 248+101+219=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F865DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865DB is #079A24. Grayscale: #9E9E9E. Windows color (decimal): -498213 or 14378488. OLE color: 14378488.
HSL color Cylindrical-coordinate representation of color #F865DB: hue angle of 311.84º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865DB is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 219 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.03 |
| HSL | 311.84º | 0.91% | 0.68% | - |
| HSV(B) | 311.84º | 0.59% | 0.97% | - |
| XYZ | 56.15 | 34.38 | 70.69 | - |
| YUV | 158.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 219 | 0 | 0.59 | 0.12 | 0.03 | 311.84 | 0.91 | 0.68 |
| Hex | F8 | 65 | DB | 0 | 3B | C | 3 | 138 | 5B | 44 |
| Octal | 370 | 145 | 333 | 0 | 73 | 14 | 3 | 470 | 133 | 104 |
| Binary | 11111000 | 1100101 | 11011011 | 0 | 111011 | 1100 | 11 | 100111000 | 1011011 | 1000100 |
Color Harmonies of #F865DB
Complementary color
Monochromatic Colors of #F865DB
Black with #F865DB
Text Example
Text Example
White with #F865DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865DB; }
p { color: rgb(248,101,219); }
H1.HeaderClassName
{
color: #F865DB;
}
.AnyTagClassName
{
color: #F865DB;
}
</style>
background-color css
<style>
a { background-color: #F865DB; }
a { background-color: rgb(248,101,219); }
div.DivClassName
{
background-color: #F865DB;
}
.BgClassName
{
background-color: #F865DB;
}
</style>
border-color css
<style>
span { border-color: #F865DB; }
span { border-color: rgb(248,101,219); }
td.TdClassName
{
border-color: #F865DB;
}
.TagClassName
{
border-color: #F865DB;
}
</style>