Html Css Color HEX #F052D1 Free Speech Magenta
📋 copy color: '#F052D1'red 240 ◦ green 82 ◦ blue 209
Shades of Free Speech Magenta #F052D1
Tints of Free Speech Magenta #F052D1
RGB
CMYK
RGB Variations
Color information
#F052D1 (or 0xF052D1) is known color: Free Speech Magenta. HEX triplet: F0, 52 and D1. RGB value is (240,82,209). Sum of RGB (Red+Green+Blue) = 240+82+209=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F052D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052D1 is #0FAD2E. Grayscale: #8F8F8F. Windows color (decimal): -1027375 or 13718256. OLE color: 13718256.
HSL color Cylindrical-coordinate representation of color #F052D1: hue angle of 311.77º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F052D1 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 209 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.06 |
| HSL | 311.77º | 0.84% | 0.63% | - |
| HSV(B) | 311.77º | 0.66% | 0.94% | - |
| XYZ | 50.46 | 29.16 | 63.29 | - |
| YUV | 143.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 209 | 0 | 0.66 | 0.13 | 0.06 | 311.77 | 0.84 | 0.63 |
| Hex | F0 | 52 | D1 | 0 | 42 | D | 6 | 138 | 54 | 3F |
| Octal | 360 | 122 | 321 | 0 | 102 | 15 | 6 | 470 | 124 | 77 |
| Binary | 11110000 | 1010010 | 11010001 | 0 | 1000010 | 1101 | 110 | 100111000 | 1010100 | 111111 |
Color Harmonies of #F052D1
Complementary color
Monochromatic Colors of #F052D1
Black with #F052D1
Text Example
Text Example
White with #F052D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F052D1; }
p { color: rgb(240,82,209); }
H1.HeaderClassName
{
color: #F052D1;
}
.AnyTagClassName
{
color: #F052D1;
}
</style>
background-color css
<style>
a { background-color: #F052D1; }
a { background-color: rgb(240,82,209); }
div.DivClassName
{
background-color: #F052D1;
}
.BgClassName
{
background-color: #F052D1;
}
</style>
border-color css
<style>
span { border-color: #F052D1; }
span { border-color: rgb(240,82,209); }
td.TdClassName
{
border-color: #F052D1;
}
.TagClassName
{
border-color: #F052D1;
}
</style>