Html Css Color HEX #F256DD Free Speech Magenta
📋 copy color: '#F256DD'red 242 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #F256DD
Tints of Free Speech Magenta #F256DD
RGB
CMYK
RGB Variations
Color information
#F256DD (or 0xF256DD) is known color: Free Speech Magenta. HEX triplet: F2, 56 and DD. RGB value is (242,86,221). Sum of RGB (Red+Green+Blue) = 242+86+221=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 86 (33.98% from 255 or 15.66% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F256DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256DD is #0DA922. Grayscale: #939393. Windows color (decimal): -895267 or 14505714. OLE color: 14505714.
HSL color Cylindrical-coordinate representation of color #F256DD: hue angle of 308.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256DD is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 221 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.05 |
| HSL | 308.08º | 0.86% | 0.64% | - |
| HSV(B) | 308.08º | 0.64% | 0.95% | - |
| XYZ | 53 | 30.75 | 71.55 | - |
| YUV | 148.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 221 | 0 | 0.64 | 0.09 | 0.05 | 308.08 | 0.86 | 0.64 |
| Hex | F2 | 56 | DD | 0 | 40 | 9 | 5 | 134 | 56 | 40 |
| Octal | 362 | 126 | 335 | 0 | 100 | 11 | 5 | 464 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11011101 | 0 | 1000000 | 1001 | 101 | 100110100 | 1010110 | 1000000 |
Color Harmonies of #F256DD
Complementary color
Monochromatic Colors of #F256DD
Black with #F256DD
Text Example
Text Example
White with #F256DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256DD; }
p { color: rgb(242,86,221); }
H1.HeaderClassName
{
color: #F256DD;
}
.AnyTagClassName
{
color: #F256DD;
}
</style>
background-color css
<style>
a { background-color: #F256DD; }
a { background-color: rgb(242,86,221); }
div.DivClassName
{
background-color: #F256DD;
}
.BgClassName
{
background-color: #F256DD;
}
</style>
border-color css
<style>
span { border-color: #F256DD; }
span { border-color: rgb(242,86,221); }
td.TdClassName
{
border-color: #F256DD;
}
.TagClassName
{
border-color: #F256DD;
}
</style>