Html Css Color HEX #F762DB Free Speech Magenta
📋 copy color: '#F762DB'red 247 ◦ green 98 ◦ blue 219
Shades of Free Speech Magenta #F762DB
Tints of Free Speech Magenta #F762DB
RGB
CMYK
RGB Variations
Color information
#F762DB (or 0xF762DB) is known color: Free Speech Magenta. HEX triplet: F7, 62 and DB. RGB value is (247,98,219). Sum of RGB (Red+Green+Blue) = 247+98+219=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 98 (38.67% from 255 or 17.38% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F762DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762DB is #089D24. Grayscale: #9C9C9C. Windows color (decimal): -564517 or 14377719. OLE color: 14377719.
HSL color Cylindrical-coordinate representation of color #F762DB: hue angle of 311.28º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762DB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 219 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.03 |
| HSL | 311.28º | 0.9% | 0.68% | - |
| HSV(B) | 311.28º | 0.6% | 0.97% | - |
| XYZ | 55.51 | 33.62 | 70.58 | - |
| YUV | 156.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 219 | 0 | 0.60 | 0.11 | 0.03 | 311.28 | 0.9 | 0.68 |
| Hex | F7 | 62 | DB | 0 | 3C | B | 3 | 137 | 5A | 44 |
| Octal | 367 | 142 | 333 | 0 | 74 | 13 | 3 | 467 | 132 | 104 |
| Binary | 11110111 | 1100010 | 11011011 | 0 | 111100 | 1011 | 11 | 100110111 | 1011010 | 1000100 |
Color Harmonies of #F762DB
Complementary color
Monochromatic Colors of #F762DB
Black with #F762DB
Text Example
Text Example
White with #F762DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F762DB; }
p { color: rgb(247,98,219); }
H1.HeaderClassName
{
color: #F762DB;
}
.AnyTagClassName
{
color: #F762DB;
}
</style>
background-color css
<style>
a { background-color: #F762DB; }
a { background-color: rgb(247,98,219); }
div.DivClassName
{
background-color: #F762DB;
}
.BgClassName
{
background-color: #F762DB;
}
</style>
border-color css
<style>
span { border-color: #F762DB; }
span { border-color: rgb(247,98,219); }
td.TdClassName
{
border-color: #F762DB;
}
.TagClassName
{
border-color: #F762DB;
}
</style>