Html Css Color HEX #F256C9 Free Speech Magenta
📋 copy color: '#F256C9'red 242 ◦ green 86 ◦ blue 201
Shades of Free Speech Magenta #F256C9
Tints of Free Speech Magenta #F256C9
RGB
CMYK
RGB Variations
Color information
#F256C9 (or 0xF256C9) is known color: Free Speech Magenta. HEX triplet: F2, 56 and C9. RGB value is (242,86,201). Sum of RGB (Red+Green+Blue) = 242+86+201=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F256C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256C9 is #0DA936. Grayscale: #919191. Windows color (decimal): -895287 or 13194994. OLE color: 13194994.
HSL color Cylindrical-coordinate representation of color #F256C9: hue angle of 315.77º 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 #F256C9 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 201 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.05 |
| HSL | 315.77º | 0.86% | 0.64% | - |
| HSV(B) | 315.77º | 0.64% | 0.95% | - |
| XYZ | 50.49 | 29.75 | 58.34 | - |
| YUV | 145.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 201 | 0 | 0.64 | 0.17 | 0.05 | 315.77 | 0.86 | 0.64 |
| Hex | F2 | 56 | C9 | 0 | 40 | 11 | 5 | 13C | 56 | 40 |
| Octal | 362 | 126 | 311 | 0 | 100 | 21 | 5 | 474 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11001001 | 0 | 1000000 | 10001 | 101 | 100111100 | 1010110 | 1000000 |
Color Harmonies of #F256C9
Complementary color
Monochromatic Colors of #F256C9
Black with #F256C9
Text Example
Text Example
White with #F256C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256C9; }
p { color: rgb(242,86,201); }
H1.HeaderClassName
{
color: #F256C9;
}
.AnyTagClassName
{
color: #F256C9;
}
</style>
background-color css
<style>
a { background-color: #F256C9; }
a { background-color: rgb(242,86,201); }
div.DivClassName
{
background-color: #F256C9;
}
.BgClassName
{
background-color: #F256C9;
}
</style>
border-color css
<style>
span { border-color: #F256C9; }
span { border-color: rgb(242,86,201); }
td.TdClassName
{
border-color: #F256C9;
}
.TagClassName
{
border-color: #F256C9;
}
</style>