Html Css Color HEX #F45FDD Free Speech Magenta
📋 copy color: '#F45FDD'red 244 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #F45FDD
Tints of Free Speech Magenta #F45FDD
RGB
CMYK
RGB Variations
Color information
#F45FDD (or 0xF45FDD) is known color: Free Speech Magenta. HEX triplet: F4, 5F and DD. RGB value is (244,95,221). Sum of RGB (Red+Green+Blue) = 244+95+221=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45FDD is #0BA022. Grayscale: #999999. Windows color (decimal): -761891 or 14508020. OLE color: 14508020.
HSL color Cylindrical-coordinate representation of color #F45FDD: hue angle of 309.26º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45FDD is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 221 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.04 |
| HSL | 309.26º | 0.87% | 0.66% | - |
| HSV(B) | 309.26º | 0.61% | 0.96% | - |
| XYZ | 54.45 | 32.64 | 71.84 | - |
| YUV | 153.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 221 | 0 | 0.61 | 0.09 | 0.04 | 309.26 | 0.87 | 0.66 |
| Hex | F4 | 5F | DD | 0 | 3D | 9 | 4 | 135 | 57 | 42 |
| Octal | 364 | 137 | 335 | 0 | 75 | 11 | 4 | 465 | 127 | 102 |
| Binary | 11110100 | 1011111 | 11011101 | 0 | 111101 | 1001 | 100 | 100110101 | 1010111 | 1000010 |
Color Harmonies of #F45FDD
Complementary color
Monochromatic Colors of #F45FDD
Black with #F45FDD
Text Example
Text Example
White with #F45FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45FDD; }
p { color: rgb(244,95,221); }
H1.HeaderClassName
{
color: #F45FDD;
}
.AnyTagClassName
{
color: #F45FDD;
}
</style>
background-color css
<style>
a { background-color: #F45FDD; }
a { background-color: rgb(244,95,221); }
div.DivClassName
{
background-color: #F45FDD;
}
.BgClassName
{
background-color: #F45FDD;
}
</style>
border-color css
<style>
span { border-color: #F45FDD; }
span { border-color: rgb(244,95,221); }
td.TdClassName
{
border-color: #F45FDD;
}
.TagClassName
{
border-color: #F45FDD;
}
</style>