Html Css Color HEX #F256CC Free Speech Magenta
📋 copy color: '#F256CC'red 242 ◦ green 86 ◦ blue 204
Shades of Free Speech Magenta #F256CC
Tints of Free Speech Magenta #F256CC
RGB
CMYK
RGB Variations
Color information
#F256CC (or 0xF256CC) is known color: Free Speech Magenta. HEX triplet: F2, 56 and CC. RGB value is (242,86,204). Sum of RGB (Red+Green+Blue) = 242+86+204=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F256CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256CC is #0DA933. Grayscale: #919191. Windows color (decimal): -895284 or 13391602. OLE color: 13391602.
HSL color Cylindrical-coordinate representation of color #F256CC: hue angle of 314.62º 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 #F256CC is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 204 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.05 |
| HSL | 314.62º | 0.86% | 0.64% | - |
| HSV(B) | 314.62º | 0.64% | 0.95% | - |
| XYZ | 50.84 | 29.89 | 60.22 | - |
| YUV | 146.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 204 | 0 | 0.64 | 0.16 | 0.05 | 314.62 | 0.86 | 0.64 |
| Hex | F2 | 56 | CC | 0 | 40 | 10 | 5 | 13B | 56 | 40 |
| Octal | 362 | 126 | 314 | 0 | 100 | 20 | 5 | 473 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11001100 | 0 | 1000000 | 10000 | 101 | 100111011 | 1010110 | 1000000 |
Color Harmonies of #F256CC
Complementary color
Monochromatic Colors of #F256CC
Black with #F256CC
Text Example
Text Example
White with #F256CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256CC; }
p { color: rgb(242,86,204); }
H1.HeaderClassName
{
color: #F256CC;
}
.AnyTagClassName
{
color: #F256CC;
}
</style>
background-color css
<style>
a { background-color: #F256CC; }
a { background-color: rgb(242,86,204); }
div.DivClassName
{
background-color: #F256CC;
}
.BgClassName
{
background-color: #F256CC;
}
</style>
border-color css
<style>
span { border-color: #F256CC; }
span { border-color: rgb(242,86,204); }
td.TdClassName
{
border-color: #F256CC;
}
.TagClassName
{
border-color: #F256CC;
}
</style>