Html Css Color HEX #F452DB Free Speech Magenta
📋 copy color: '#F452DB'red 244 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #F452DB
Tints of Free Speech Magenta #F452DB
RGB
CMYK
RGB Variations
Color information
#F452DB (or 0xF452DB) is known color: Free Speech Magenta. HEX triplet: F4, 52 and DB. RGB value is (244,82,219). Sum of RGB (Red+Green+Blue) = 244+82+219=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 82 (32.42% from 255 or 15.05% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F452DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F452DB is #0BAD24. Grayscale: #919191. Windows color (decimal): -765221 or 14373620. OLE color: 14373620.
HSL color Cylindrical-coordinate representation of color #F452DB: hue angle of 309.26º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F452DB is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 219 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.04 |
| HSL | 309.26º | 0.88% | 0.64% | - |
| HSV(B) | 309.26º | 0.66% | 0.96% | - |
| XYZ | 53.11 | 30.38 | 70.08 | - |
| YUV | 146.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 219 | 0 | 0.66 | 0.10 | 0.04 | 309.26 | 0.88 | 0.64 |
| Hex | F4 | 52 | DB | 0 | 42 | A | 4 | 135 | 58 | 40 |
| Octal | 364 | 122 | 333 | 0 | 102 | 12 | 4 | 465 | 130 | 100 |
| Binary | 11110100 | 1010010 | 11011011 | 0 | 1000010 | 1010 | 100 | 100110101 | 1011000 | 1000000 |
Color Harmonies of #F452DB
Complementary color
Monochromatic Colors of #F452DB
Black with #F452DB
Text Example
Text Example
White with #F452DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F452DB; }
p { color: rgb(244,82,219); }
H1.HeaderClassName
{
color: #F452DB;
}
.AnyTagClassName
{
color: #F452DB;
}
</style>
background-color css
<style>
a { background-color: #F452DB; }
a { background-color: rgb(244,82,219); }
div.DivClassName
{
background-color: #F452DB;
}
.BgClassName
{
background-color: #F452DB;
}
</style>
border-color css
<style>
span { border-color: #F452DB; }
span { border-color: rgb(244,82,219); }
td.TdClassName
{
border-color: #F452DB;
}
.TagClassName
{
border-color: #F452DB;
}
</style>