Html Css Color HEX #F15DD2 Free Speech Magenta
📋 copy color: '#F15DD2'red 241 ◦ green 93 ◦ blue 210
Shades of Free Speech Magenta #F15DD2
Tints of Free Speech Magenta #F15DD2
RGB
CMYK
RGB Variations
Color information
#F15DD2 (or 0xF15DD2) is known color: Free Speech Magenta. HEX triplet: F1, 5D and D2. RGB value is (241,93,210). Sum of RGB (Red+Green+Blue) = 241+93+210=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DD2 is #0EA22D. Grayscale: #969696. Windows color (decimal): -959022 or 13786609. OLE color: 13786609.
HSL color Cylindrical-coordinate representation of color #F15DD2: hue angle of 312.57º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DD2 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 210 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.05 |
| HSL | 312.57º | 0.84% | 0.65% | - |
| HSV(B) | 312.57º | 0.61% | 0.95% | - |
| XYZ | 51.82 | 31.18 | 64.26 | - |
| YUV | 150.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 210 | 0 | 0.61 | 0.13 | 0.05 | 312.57 | 0.84 | 0.65 |
| Hex | F1 | 5D | D2 | 0 | 3D | D | 5 | 139 | 54 | 41 |
| Octal | 361 | 135 | 322 | 0 | 75 | 15 | 5 | 471 | 124 | 101 |
| Binary | 11110001 | 1011101 | 11010010 | 0 | 111101 | 1101 | 101 | 100111001 | 1010100 | 1000001 |
Color Harmonies of #F15DD2
Complementary color
Monochromatic Colors of #F15DD2
Black with #F15DD2
Text Example
Text Example
White with #F15DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DD2; }
p { color: rgb(241,93,210); }
H1.HeaderClassName
{
color: #F15DD2;
}
.AnyTagClassName
{
color: #F15DD2;
}
</style>
background-color css
<style>
a { background-color: #F15DD2; }
a { background-color: rgb(241,93,210); }
div.DivClassName
{
background-color: #F15DD2;
}
.BgClassName
{
background-color: #F15DD2;
}
</style>
border-color css
<style>
span { border-color: #F15DD2; }
span { border-color: rgb(241,93,210); }
td.TdClassName
{
border-color: #F15DD2;
}
.TagClassName
{
border-color: #F15DD2;
}
</style>