Html Css Color HEX #F152D2 Free Speech Magenta
📋 copy color: '#F152D2'red 241 ◦ green 82 ◦ blue 210
Shades of Free Speech Magenta #F152D2
Tints of Free Speech Magenta #F152D2
RGB
CMYK
RGB Variations
Color information
#F152D2 (or 0xF152D2) is known color: Free Speech Magenta. HEX triplet: F1, 52 and D2. RGB value is (241,82,210). Sum of RGB (Red+Green+Blue) = 241+82+210=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F152D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152D2 is #0EAD2D. Grayscale: #8F8F8F. Windows color (decimal): -961838 or 13783793. OLE color: 13783793.
HSL color Cylindrical-coordinate representation of color #F152D2: hue angle of 311.7º 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 #F152D2 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 210 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.05 |
| HSL | 311.7º | 0.85% | 0.63% | - |
| HSV(B) | 311.7º | 0.66% | 0.95% | - |
| XYZ | 50.93 | 29.39 | 63.96 | - |
| YUV | 144.13 | 165.18 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 210 | 0 | 0.66 | 0.13 | 0.05 | 311.7 | 0.85 | 0.63 |
| Hex | F1 | 52 | D2 | 0 | 42 | D | 5 | 138 | 55 | 3F |
| Octal | 361 | 122 | 322 | 0 | 102 | 15 | 5 | 470 | 125 | 77 |
| Binary | 11110001 | 1010010 | 11010010 | 0 | 1000010 | 1101 | 101 | 100111000 | 1010101 | 111111 |
Color Harmonies of #F152D2
Complementary color
Monochromatic Colors of #F152D2
Black with #F152D2
Text Example
Text Example
White with #F152D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F152D2; }
p { color: rgb(241,82,210); }
H1.HeaderClassName
{
color: #F152D2;
}
.AnyTagClassName
{
color: #F152D2;
}
</style>
background-color css
<style>
a { background-color: #F152D2; }
a { background-color: rgb(241,82,210); }
div.DivClassName
{
background-color: #F152D2;
}
.BgClassName
{
background-color: #F152D2;
}
</style>
border-color css
<style>
span { border-color: #F152D2; }
span { border-color: rgb(241,82,210); }
td.TdClassName
{
border-color: #F152D2;
}
.TagClassName
{
border-color: #F152D2;
}
</style>