Html Css Color HEX #F152D3 Free Speech Magenta
📋 copy color: '#F152D3'red 241 ◦ green 82 ◦ blue 211
Shades of Free Speech Magenta #F152D3
Tints of Free Speech Magenta #F152D3
RGB
CMYK
RGB Variations
Color information
#F152D3 (or 0xF152D3) is known color: Free Speech Magenta. HEX triplet: F1, 52 and D3. RGB value is (241,82,211). Sum of RGB (Red+Green+Blue) = 241+82+211=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F152D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152D3 is #0EAD2C. Grayscale: #8F8F8F. Windows color (decimal): -961837 or 13849329. OLE color: 13849329.
HSL color Cylindrical-coordinate representation of color #F152D3: hue angle of 311.32º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F152D3 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 211 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.05 |
| HSL | 311.32º | 0.85% | 0.63% | - |
| HSV(B) | 311.32º | 0.66% | 0.95% | - |
| XYZ | 51.05 | 29.44 | 64.62 | - |
| YUV | 144.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 211 | 0 | 0.66 | 0.12 | 0.05 | 311.32 | 0.85 | 0.63 |
| Hex | F1 | 52 | D3 | 0 | 42 | C | 5 | 137 | 55 | 3F |
| Octal | 361 | 122 | 323 | 0 | 102 | 14 | 5 | 467 | 125 | 77 |
| Binary | 11110001 | 1010010 | 11010011 | 0 | 1000010 | 1100 | 101 | 100110111 | 1010101 | 111111 |
Color Harmonies of #F152D3
Complementary color
Monochromatic Colors of #F152D3
Black with #F152D3
Text Example
Text Example
White with #F152D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F152D3; }
p { color: rgb(241,82,211); }
H1.HeaderClassName
{
color: #F152D3;
}
.AnyTagClassName
{
color: #F152D3;
}
</style>
background-color css
<style>
a { background-color: #F152D3; }
a { background-color: rgb(241,82,211); }
div.DivClassName
{
background-color: #F152D3;
}
.BgClassName
{
background-color: #F152D3;
}
</style>
border-color css
<style>
span { border-color: #F152D3; }
span { border-color: rgb(241,82,211); }
td.TdClassName
{
border-color: #F152D3;
}
.TagClassName
{
border-color: #F152D3;
}
</style>