Html Css Color HEX #F257DD Free Speech Magenta
📋 copy color: '#F257DD'red 242 ◦ green 87 ◦ blue 221
Shades of Free Speech Magenta #F257DD
Tints of Free Speech Magenta #F257DD
RGB
CMYK
RGB Variations
Color information
#F257DD (or 0xF257DD) is known color: Free Speech Magenta. HEX triplet: F2, 57 and DD. RGB value is (242,87,221). Sum of RGB (Red+Green+Blue) = 242+87+221=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F257DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257DD is #0DA822. Grayscale: #949494. Windows color (decimal): -895011 or 14505970. OLE color: 14505970.
HSL color Cylindrical-coordinate representation of color #F257DD: hue angle of 308.13º 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 #F257DD is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 221 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.05 |
| HSL | 308.13º | 0.86% | 0.65% | - |
| HSV(B) | 308.13º | 0.64% | 0.95% | - |
| XYZ | 53.08 | 30.91 | 71.58 | - |
| YUV | 148.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 221 | 0 | 0.64 | 0.09 | 0.05 | 308.13 | 0.86 | 0.65 |
| Hex | F2 | 57 | DD | 0 | 40 | 9 | 5 | 134 | 56 | 41 |
| Octal | 362 | 127 | 335 | 0 | 100 | 11 | 5 | 464 | 126 | 101 |
| Binary | 11110010 | 1010111 | 11011101 | 0 | 1000000 | 1001 | 101 | 100110100 | 1010110 | 1000001 |
Color Harmonies of #F257DD
Complementary color
Monochromatic Colors of #F257DD
Black with #F257DD
Text Example
Text Example
White with #F257DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257DD; }
p { color: rgb(242,87,221); }
H1.HeaderClassName
{
color: #F257DD;
}
.AnyTagClassName
{
color: #F257DD;
}
</style>
background-color css
<style>
a { background-color: #F257DD; }
a { background-color: rgb(242,87,221); }
div.DivClassName
{
background-color: #F257DD;
}
.BgClassName
{
background-color: #F257DD;
}
</style>
border-color css
<style>
span { border-color: #F257DD; }
span { border-color: rgb(242,87,221); }
td.TdClassName
{
border-color: #F257DD;
}
.TagClassName
{
border-color: #F257DD;
}
</style>