Html Css Color HEX #F257CE Free Speech Magenta
📋 copy color: '#F257CE'red 242 ◦ green 87 ◦ blue 206
Shades of Free Speech Magenta #F257CE
Tints of Free Speech Magenta #F257CE
RGB
CMYK
RGB Variations
Color information
#F257CE (or 0xF257CE) is known color: Free Speech Magenta. HEX triplet: F2, 57 and CE. RGB value is (242,87,206). Sum of RGB (Red+Green+Blue) = 242+87+206=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F257CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257CE is #0DA831. Grayscale: #929292. Windows color (decimal): -895026 or 13522930. OLE color: 13522930.
HSL color Cylindrical-coordinate representation of color #F257CE: hue angle of 313.94º 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 #F257CE is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 206 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.05 |
| HSL | 313.94º | 0.86% | 0.65% | - |
| HSV(B) | 313.94º | 0.64% | 0.95% | - |
| XYZ | 51.17 | 30.15 | 61.52 | - |
| YUV | 146.91 | 161.35 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 206 | 0 | 0.64 | 0.15 | 0.05 | 313.94 | 0.86 | 0.65 |
| Hex | F2 | 57 | CE | 0 | 40 | F | 5 | 13A | 56 | 41 |
| Octal | 362 | 127 | 316 | 0 | 100 | 17 | 5 | 472 | 126 | 101 |
| Binary | 11110010 | 1010111 | 11001110 | 0 | 1000000 | 1111 | 101 | 100111010 | 1010110 | 1000001 |
Color Harmonies of #F257CE
Complementary color
Monochromatic Colors of #F257CE
Black with #F257CE
Text Example
Text Example
White with #F257CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257CE; }
p { color: rgb(242,87,206); }
H1.HeaderClassName
{
color: #F257CE;
}
.AnyTagClassName
{
color: #F257CE;
}
</style>
background-color css
<style>
a { background-color: #F257CE; }
a { background-color: rgb(242,87,206); }
div.DivClassName
{
background-color: #F257CE;
}
.BgClassName
{
background-color: #F257CE;
}
</style>
border-color css
<style>
span { border-color: #F257CE; }
span { border-color: rgb(242,87,206); }
td.TdClassName
{
border-color: #F257CE;
}
.TagClassName
{
border-color: #F257CE;
}
</style>