Html Css Color HEX #F94CDD Free Speech Magenta
📋 copy color: '#F94CDD'red 249 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #F94CDD
Tints of Free Speech Magenta #F94CDD
RGB
CMYK
RGB Variations
Color information
#F94CDD (or 0xF94CDD) is known color: Free Speech Magenta. HEX triplet: F9, 4C and DD. RGB value is (249,76,221). Sum of RGB (Red+Green+Blue) = 249+76+221=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 76 (30.08% from 255 or 13.92% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CDD is #06B322. Grayscale: #8F8F8F. Windows color (decimal): -439075 or 14503161. OLE color: 14503161.
HSL color Cylindrical-coordinate representation of color #F94CDD: hue angle of 309.71º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94CDD is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 221 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.02 |
| HSL | 309.71º | 0.94% | 0.64% | - |
| HSV(B) | 309.71º | 0.69% | 0.98% | - |
| XYZ | 54.7 | 30.53 | 71.42 | - |
| YUV | 144.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 221 | 0 | 0.69 | 0.11 | 0.02 | 309.71 | 0.94 | 0.64 |
| Hex | F9 | 4C | DD | 0 | 45 | B | 2 | 136 | 5E | 40 |
| Octal | 371 | 114 | 335 | 0 | 105 | 13 | 2 | 466 | 136 | 100 |
| Binary | 11111001 | 1001100 | 11011101 | 0 | 1000101 | 1011 | 10 | 100110110 | 1011110 | 1000000 |
Color Harmonies of #F94CDD
Complementary color
Monochromatic Colors of #F94CDD
Black with #F94CDD
Text Example
Text Example
White with #F94CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CDD; }
p { color: rgb(249,76,221); }
H1.HeaderClassName
{
color: #F94CDD;
}
.AnyTagClassName
{
color: #F94CDD;
}
</style>
background-color css
<style>
a { background-color: #F94CDD; }
a { background-color: rgb(249,76,221); }
div.DivClassName
{
background-color: #F94CDD;
}
.BgClassName
{
background-color: #F94CDD;
}
</style>
border-color css
<style>
span { border-color: #F94CDD; }
span { border-color: rgb(249,76,221); }
td.TdClassName
{
border-color: #F94CDD;
}
.TagClassName
{
border-color: #F94CDD;
}
</style>