Html Css Color HEX #F256CB Free Speech Magenta
📋 copy color: '#F256CB'red 242 ◦ green 86 ◦ blue 203
Shades of Free Speech Magenta #F256CB
Tints of Free Speech Magenta #F256CB
RGB
CMYK
RGB Variations
Color information
#F256CB (or 0xF256CB) is known color: Free Speech Magenta. HEX triplet: F2, 56 and CB. RGB value is (242,86,203). Sum of RGB (Red+Green+Blue) = 242+86+203=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F256CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256CB is #0DA934. Grayscale: #919191. Windows color (decimal): -895285 or 13326066. OLE color: 13326066.
HSL color Cylindrical-coordinate representation of color #F256CB: hue angle of 315º 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 #F256CB is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 203 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.05 |
| HSL | 315º | 0.86% | 0.64% | - |
| HSV(B) | 315º | 0.64% | 0.95% | - |
| XYZ | 50.73 | 29.84 | 59.59 | - |
| YUV | 145.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 203 | 0 | 0.64 | 0.16 | 0.05 | 315 | 0.86 | 0.64 |
| Hex | F2 | 56 | CB | 0 | 40 | 10 | 5 | 13B | 56 | 40 |
| Octal | 362 | 126 | 313 | 0 | 100 | 20 | 5 | 473 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11001011 | 0 | 1000000 | 10000 | 101 | 100111011 | 1010110 | 1000000 |
Color Harmonies of #F256CB
Complementary color
Monochromatic Colors of #F256CB
Black with #F256CB
Text Example
Text Example
White with #F256CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256CB; }
p { color: rgb(242,86,203); }
H1.HeaderClassName
{
color: #F256CB;
}
.AnyTagClassName
{
color: #F256CB;
}
</style>
background-color css
<style>
a { background-color: #F256CB; }
a { background-color: rgb(242,86,203); }
div.DivClassName
{
background-color: #F256CB;
}
.BgClassName
{
background-color: #F256CB;
}
</style>
border-color css
<style>
span { border-color: #F256CB; }
span { border-color: rgb(242,86,203); }
td.TdClassName
{
border-color: #F256CB;
}
.TagClassName
{
border-color: #F256CB;
}
</style>