Html Css Color HEX #F256CF Free Speech Magenta
📋 copy color: '#F256CF'red 242 ◦ green 86 ◦ blue 207
Shades of Free Speech Magenta #F256CF
Tints of Free Speech Magenta #F256CF
RGB
CMYK
RGB Variations
Color information
#F256CF (or 0xF256CF) is known color: Free Speech Magenta. HEX triplet: F2, 56 and CF. RGB value is (242,86,207). Sum of RGB (Red+Green+Blue) = 242+86+207=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F256CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256CF is #0DA930. Grayscale: #929292. Windows color (decimal): -895281 or 13588210. OLE color: 13588210.
HSL color Cylindrical-coordinate representation of color #F256CF: hue angle of 313.46º 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 #F256CF is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 207 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.05 |
| HSL | 313.46º | 0.86% | 0.64% | - |
| HSV(B) | 313.46º | 0.64% | 0.95% | - |
| XYZ | 51.21 | 30.04 | 62.13 | - |
| YUV | 146.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 207 | 0 | 0.64 | 0.14 | 0.05 | 313.46 | 0.86 | 0.64 |
| Hex | F2 | 56 | CF | 0 | 40 | E | 5 | 139 | 56 | 40 |
| Octal | 362 | 126 | 317 | 0 | 100 | 16 | 5 | 471 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11001111 | 0 | 1000000 | 1110 | 101 | 100111001 | 1010110 | 1000000 |
Color Harmonies of #F256CF
Complementary color
Monochromatic Colors of #F256CF
Black with #F256CF
Text Example
Text Example
White with #F256CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256CF; }
p { color: rgb(242,86,207); }
H1.HeaderClassName
{
color: #F256CF;
}
.AnyTagClassName
{
color: #F256CF;
}
</style>
background-color css
<style>
a { background-color: #F256CF; }
a { background-color: rgb(242,86,207); }
div.DivClassName
{
background-color: #F256CF;
}
.BgClassName
{
background-color: #F256CF;
}
</style>
border-color css
<style>
span { border-color: #F256CF; }
span { border-color: rgb(242,86,207); }
td.TdClassName
{
border-color: #F256CF;
}
.TagClassName
{
border-color: #F256CF;
}
</style>