Html Css Color HEX #F251CC Free Speech Magenta
📋 copy color: '#F251CC'red 242 ◦ green 81 ◦ blue 204
Shades of Free Speech Magenta #F251CC
Tints of Free Speech Magenta #F251CC
RGB
CMYK
RGB Variations
Color information
#F251CC (or 0xF251CC) is known color: Free Speech Magenta. HEX triplet: F2, 51 and CC. RGB value is (242,81,204). Sum of RGB (Red+Green+Blue) = 242+81+204=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F251CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251CC is #0DAE33. Grayscale: #8E8E8E. Windows color (decimal): -896564 or 13390322. OLE color: 13390322.
HSL color Cylindrical-coordinate representation of color #F251CC: hue angle of 314.16º 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 #F251CC is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 204 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.05 |
| HSL | 314.16º | 0.86% | 0.63% | - |
| HSV(B) | 314.16º | 0.67% | 0.95% | - |
| XYZ | 50.46 | 29.12 | 60.09 | - |
| YUV | 143.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 204 | 0 | 0.67 | 0.16 | 0.05 | 314.16 | 0.86 | 0.63 |
| Hex | F2 | 51 | CC | 0 | 43 | 10 | 5 | 13A | 56 | 3F |
| Octal | 362 | 121 | 314 | 0 | 103 | 20 | 5 | 472 | 126 | 77 |
| Binary | 11110010 | 1010001 | 11001100 | 0 | 1000011 | 10000 | 101 | 100111010 | 1010110 | 111111 |
Color Harmonies of #F251CC
Complementary color
Monochromatic Colors of #F251CC
Black with #F251CC
Text Example
Text Example
White with #F251CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251CC; }
p { color: rgb(242,81,204); }
H1.HeaderClassName
{
color: #F251CC;
}
.AnyTagClassName
{
color: #F251CC;
}
</style>
background-color css
<style>
a { background-color: #F251CC; }
a { background-color: rgb(242,81,204); }
div.DivClassName
{
background-color: #F251CC;
}
.BgClassName
{
background-color: #F251CC;
}
</style>
border-color css
<style>
span { border-color: #F251CC; }
span { border-color: rgb(242,81,204); }
td.TdClassName
{
border-color: #F251CC;
}
.TagClassName
{
border-color: #F251CC;
}
</style>