Html Css Color HEX #F754DB Free Speech Magenta
📋 copy color: '#F754DB'red 247 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #F754DB
Tints of Free Speech Magenta #F754DB
RGB
CMYK
RGB Variations
Color information
#F754DB (or 0xF754DB) is known color: Free Speech Magenta. HEX triplet: F7, 54 and DB. RGB value is (247,84,219). Sum of RGB (Red+Green+Blue) = 247+84+219=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 84 (33.20% from 255 or 15.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F754DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754DB is #08AB24. Grayscale: #939393. Windows color (decimal): -568101 or 14374135. OLE color: 14374135.
HSL color Cylindrical-coordinate representation of color #F754DB: hue angle of 310.31º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754DB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 219 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.03 |
| HSL | 310.31º | 0.91% | 0.65% | - |
| HSV(B) | 310.31º | 0.66% | 0.97% | - |
| XYZ | 54.31 | 31.23 | 70.18 | - |
| YUV | 148.13 | 168 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 219 | 0 | 0.66 | 0.11 | 0.03 | 310.31 | 0.91 | 0.65 |
| Hex | F7 | 54 | DB | 0 | 42 | B | 3 | 136 | 5B | 41 |
| Octal | 367 | 124 | 333 | 0 | 102 | 13 | 3 | 466 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11011011 | 0 | 1000010 | 1011 | 11 | 100110110 | 1011011 | 1000001 |
Color Harmonies of #F754DB
Complementary color
Monochromatic Colors of #F754DB
Black with #F754DB
Text Example
Text Example
White with #F754DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754DB; }
p { color: rgb(247,84,219); }
H1.HeaderClassName
{
color: #F754DB;
}
.AnyTagClassName
{
color: #F754DB;
}
</style>
background-color css
<style>
a { background-color: #F754DB; }
a { background-color: rgb(247,84,219); }
div.DivClassName
{
background-color: #F754DB;
}
.BgClassName
{
background-color: #F754DB;
}
</style>
border-color css
<style>
span { border-color: #F754DB; }
span { border-color: rgb(247,84,219); }
td.TdClassName
{
border-color: #F754DB;
}
.TagClassName
{
border-color: #F754DB;
}
</style>