Html Css Color HEX #F753DB Free Speech Magenta
📋 copy color: '#F753DB'red 247 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #F753DB
Tints of Free Speech Magenta #F753DB
RGB
CMYK
RGB Variations
Color information
#F753DB (or 0xF753DB) is known color: Free Speech Magenta. HEX triplet: F7, 53 and DB. RGB value is (247,83,219). Sum of RGB (Red+Green+Blue) = 247+83+219=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F753DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F753DB is #08AC24. Grayscale: #939393. Windows color (decimal): -568357 or 14373879. OLE color: 14373879.
HSL color Cylindrical-coordinate representation of color #F753DB: hue angle of 310.24º 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 #F753DB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 219 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.03 |
| HSL | 310.24º | 0.91% | 0.65% | - |
| HSV(B) | 310.24º | 0.66% | 0.97% | - |
| XYZ | 54.24 | 31.08 | 70.16 | - |
| YUV | 147.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 219 | 0 | 0.66 | 0.11 | 0.03 | 310.24 | 0.91 | 0.65 |
| Hex | F7 | 53 | DB | 0 | 42 | B | 3 | 136 | 5B | 41 |
| Octal | 367 | 123 | 333 | 0 | 102 | 13 | 3 | 466 | 133 | 101 |
| Binary | 11110111 | 1010011 | 11011011 | 0 | 1000010 | 1011 | 11 | 100110110 | 1011011 | 1000001 |
Color Harmonies of #F753DB
Complementary color
Monochromatic Colors of #F753DB
Black with #F753DB
Text Example
Text Example
White with #F753DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F753DB; }
p { color: rgb(247,83,219); }
H1.HeaderClassName
{
color: #F753DB;
}
.AnyTagClassName
{
color: #F753DB;
}
</style>
background-color css
<style>
a { background-color: #F753DB; }
a { background-color: rgb(247,83,219); }
div.DivClassName
{
background-color: #F753DB;
}
.BgClassName
{
background-color: #F753DB;
}
</style>
border-color css
<style>
span { border-color: #F753DB; }
span { border-color: rgb(247,83,219); }
td.TdClassName
{
border-color: #F753DB;
}
.TagClassName
{
border-color: #F753DB;
}
</style>