Html Css Color HEX #F251DC Free Speech Magenta
📋 copy color: '#F251DC'red 242 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #F251DC
Tints of Free Speech Magenta #F251DC
RGB
CMYK
RGB Variations
Color information
#F251DC (or 0xF251DC) is known color: Free Speech Magenta. HEX triplet: F2, 51 and DC. RGB value is (242,81,220). Sum of RGB (Red+Green+Blue) = 242+81+220=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F251DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251DC is #0DAE23. Grayscale: #909090. Windows color (decimal): -896548 or 14438898. OLE color: 14438898.
HSL color Cylindrical-coordinate representation of color #F251DC: hue angle of 308.2º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251DC is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 220 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.05 |
| HSL | 308.2º | 0.86% | 0.63% | - |
| HSV(B) | 308.2º | 0.67% | 0.95% | - |
| XYZ | 52.48 | 29.93 | 70.72 | - |
| YUV | 144.99 | 170.34 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 220 | 0 | 0.67 | 0.09 | 0.05 | 308.2 | 0.86 | 0.63 |
| Hex | F2 | 51 | DC | 0 | 43 | 9 | 5 | 134 | 56 | 3F |
| Octal | 362 | 121 | 334 | 0 | 103 | 11 | 5 | 464 | 126 | 77 |
| Binary | 11110010 | 1010001 | 11011100 | 0 | 1000011 | 1001 | 101 | 100110100 | 1010110 | 111111 |
Color Harmonies of #F251DC
Complementary color
Monochromatic Colors of #F251DC
Black with #F251DC
Text Example
Text Example
White with #F251DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251DC; }
p { color: rgb(242,81,220); }
H1.HeaderClassName
{
color: #F251DC;
}
.AnyTagClassName
{
color: #F251DC;
}
</style>
background-color css
<style>
a { background-color: #F251DC; }
a { background-color: rgb(242,81,220); }
div.DivClassName
{
background-color: #F251DC;
}
.BgClassName
{
background-color: #F251DC;
}
</style>
border-color css
<style>
span { border-color: #F251DC; }
span { border-color: rgb(242,81,220); }
td.TdClassName
{
border-color: #F251DC;
}
.TagClassName
{
border-color: #F251DC;
}
</style>