Html Css Color HEX #F257C9 Free Speech Magenta
📋 copy color: '#F257C9'red 242 ◦ green 87 ◦ blue 201
Shades of Free Speech Magenta #F257C9
Tints of Free Speech Magenta #F257C9
RGB
CMYK
RGB Variations
Color information
#F257C9 (or 0xF257C9) is known color: Free Speech Magenta. HEX triplet: F2, 57 and C9. RGB value is (242,87,201). Sum of RGB (Red+Green+Blue) = 242+87+201=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F257C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257C9 is #0DA836. Grayscale: #929292. Windows color (decimal): -895031 or 13195250. OLE color: 13195250.
HSL color Cylindrical-coordinate representation of color #F257C9: hue angle of 315.87º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F257C9 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 201 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.05 |
| HSL | 315.87º | 0.86% | 0.65% | - |
| HSV(B) | 315.87º | 0.64% | 0.95% | - |
| XYZ | 50.57 | 29.91 | 58.37 | - |
| YUV | 146.34 | 158.85 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 201 | 0 | 0.64 | 0.17 | 0.05 | 315.87 | 0.86 | 0.65 |
| Hex | F2 | 57 | C9 | 0 | 40 | 11 | 5 | 13C | 56 | 41 |
| Octal | 362 | 127 | 311 | 0 | 100 | 21 | 5 | 474 | 126 | 101 |
| Binary | 11110010 | 1010111 | 11001001 | 0 | 1000000 | 10001 | 101 | 100111100 | 1010110 | 1000001 |
Color Harmonies of #F257C9
Complementary color
Monochromatic Colors of #F257C9
Black with #F257C9
Text Example
Text Example
White with #F257C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257C9; }
p { color: rgb(242,87,201); }
H1.HeaderClassName
{
color: #F257C9;
}
.AnyTagClassName
{
color: #F257C9;
}
</style>
background-color css
<style>
a { background-color: #F257C9; }
a { background-color: rgb(242,87,201); }
div.DivClassName
{
background-color: #F257C9;
}
.BgClassName
{
background-color: #F257C9;
}
</style>
border-color css
<style>
span { border-color: #F257C9; }
span { border-color: rgb(242,87,201); }
td.TdClassName
{
border-color: #F257C9;
}
.TagClassName
{
border-color: #F257C9;
}
</style>