Html Css Color HEX #F256DA Free Speech Magenta
📋 copy color: '#F256DA'red 242 ◦ green 86 ◦ blue 218
Shades of Free Speech Magenta #F256DA
Tints of Free Speech Magenta #F256DA
RGB
CMYK
RGB Variations
Color information
#F256DA (or 0xF256DA) is known color: Free Speech Magenta. HEX triplet: F2, 56 and DA. RGB value is (242,86,218). Sum of RGB (Red+Green+Blue) = 242+86+218=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F256DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256DA is #0DA925. Grayscale: #939393. Windows color (decimal): -895270 or 14309106. OLE color: 14309106.
HSL color Cylindrical-coordinate representation of color #F256DA: hue angle of 309.23º 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 #F256DA is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 218 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.05 |
| HSL | 309.23º | 0.86% | 0.64% | - |
| HSV(B) | 309.23º | 0.64% | 0.95% | - |
| XYZ | 52.6 | 30.59 | 69.46 | - |
| YUV | 147.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 218 | 0 | 0.64 | 0.10 | 0.05 | 309.23 | 0.86 | 0.64 |
| Hex | F2 | 56 | DA | 0 | 40 | A | 5 | 135 | 56 | 40 |
| Octal | 362 | 126 | 332 | 0 | 100 | 12 | 5 | 465 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11011010 | 0 | 1000000 | 1010 | 101 | 100110101 | 1010110 | 1000000 |
Color Harmonies of #F256DA
Complementary color
Monochromatic Colors of #F256DA
Black with #F256DA
Text Example
Text Example
White with #F256DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256DA; }
p { color: rgb(242,86,218); }
H1.HeaderClassName
{
color: #F256DA;
}
.AnyTagClassName
{
color: #F256DA;
}
</style>
background-color css
<style>
a { background-color: #F256DA; }
a { background-color: rgb(242,86,218); }
div.DivClassName
{
background-color: #F256DA;
}
.BgClassName
{
background-color: #F256DA;
}
</style>
border-color css
<style>
span { border-color: #F256DA; }
span { border-color: rgb(242,86,218); }
td.TdClassName
{
border-color: #F256DA;
}
.TagClassName
{
border-color: #F256DA;
}
</style>