Html Css Color HEX #F259CB Free Speech Magenta
📋 copy color: '#F259CB'red 242 ◦ green 89 ◦ blue 203
Shades of Free Speech Magenta #F259CB
Tints of Free Speech Magenta #F259CB
RGB
CMYK
RGB Variations
Color information
#F259CB (or 0xF259CB) is known color: Free Speech Magenta. HEX triplet: F2, 59 and CB. RGB value is (242,89,203). Sum of RGB (Red+Green+Blue) = 242+89+203=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F259CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259CB is #0DA634. Grayscale: #939393. Windows color (decimal): -894517 or 13326834. OLE color: 13326834.
HSL color Cylindrical-coordinate representation of color #F259CB: hue angle of 315.29º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259CB is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 203 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.05 |
| HSL | 315.29º | 0.85% | 0.65% | - |
| HSV(B) | 315.29º | 0.63% | 0.95% | - |
| XYZ | 50.97 | 30.33 | 59.67 | - |
| YUV | 147.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 203 | 0 | 0.63 | 0.16 | 0.05 | 315.29 | 0.85 | 0.65 |
| Hex | F2 | 59 | CB | 0 | 3F | 10 | 5 | 13B | 55 | 41 |
| Octal | 362 | 131 | 313 | 0 | 77 | 20 | 5 | 473 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11001011 | 0 | 111111 | 10000 | 101 | 100111011 | 1010101 | 1000001 |
Color Harmonies of #F259CB
Complementary color
Monochromatic Colors of #F259CB
Black with #F259CB
Text Example
Text Example
White with #F259CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259CB; }
p { color: rgb(242,89,203); }
H1.HeaderClassName
{
color: #F259CB;
}
.AnyTagClassName
{
color: #F259CB;
}
</style>
background-color css
<style>
a { background-color: #F259CB; }
a { background-color: rgb(242,89,203); }
div.DivClassName
{
background-color: #F259CB;
}
.BgClassName
{
background-color: #F259CB;
}
</style>
border-color css
<style>
span { border-color: #F259CB; }
span { border-color: rgb(242,89,203); }
td.TdClassName
{
border-color: #F259CB;
}
.TagClassName
{
border-color: #F259CB;
}
</style>