Html Css Color HEX #F257CA Free Speech Magenta
📋 copy color: '#F257CA'red 242 ◦ green 87 ◦ blue 202
Shades of Free Speech Magenta #F257CA
Tints of Free Speech Magenta #F257CA
RGB
CMYK
RGB Variations
Color information
#F257CA (or 0xF257CA) is known color: Free Speech Magenta. HEX triplet: F2, 57 and CA. RGB value is (242,87,202). Sum of RGB (Red+Green+Blue) = 242+87+202=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F257CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257CA is #0DA835. Grayscale: #929292. Windows color (decimal): -895030 or 13260786. OLE color: 13260786.
HSL color Cylindrical-coordinate representation of color #F257CA: hue angle of 315.48º 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 #F257CA is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 202 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.05 |
| HSL | 315.48º | 0.86% | 0.65% | - |
| HSV(B) | 315.48º | 0.64% | 0.95% | - |
| XYZ | 50.69 | 29.96 | 58.99 | - |
| YUV | 146.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 202 | 0 | 0.64 | 0.17 | 0.05 | 315.48 | 0.86 | 0.65 |
| Hex | F2 | 57 | CA | 0 | 40 | 11 | 5 | 13B | 56 | 41 |
| Octal | 362 | 127 | 312 | 0 | 100 | 21 | 5 | 473 | 126 | 101 |
| Binary | 11110010 | 1010111 | 11001010 | 0 | 1000000 | 10001 | 101 | 100111011 | 1010110 | 1000001 |
Color Harmonies of #F257CA
Complementary color
Monochromatic Colors of #F257CA
Black with #F257CA
Text Example
Text Example
White with #F257CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257CA; }
p { color: rgb(242,87,202); }
H1.HeaderClassName
{
color: #F257CA;
}
.AnyTagClassName
{
color: #F257CA;
}
</style>
background-color css
<style>
a { background-color: #F257CA; }
a { background-color: rgb(242,87,202); }
div.DivClassName
{
background-color: #F257CA;
}
.BgClassName
{
background-color: #F257CA;
}
</style>
border-color css
<style>
span { border-color: #F257CA; }
span { border-color: rgb(242,87,202); }
td.TdClassName
{
border-color: #F257CA;
}
.TagClassName
{
border-color: #F257CA;
}
</style>