Html Css Color HEX #F25CCC Free Speech Magenta
📋 copy color: '#F25CCC'red 242 ◦ green 92 ◦ blue 204
Shades of Free Speech Magenta #F25CCC
Tints of Free Speech Magenta #F25CCC
RGB
CMYK
RGB Variations
Color information
#F25CCC (or 0xF25CCC) is known color: Free Speech Magenta. HEX triplet: F2, 5C and CC. RGB value is (242,92,204). Sum of RGB (Red+Green+Blue) = 242+92+204=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CCC is #0DA333. Grayscale: #959595. Windows color (decimal): -893748 or 13393138. OLE color: 13393138.
HSL color Cylindrical-coordinate representation of color #F25CCC: hue angle of 315.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25CCC is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 204 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.05 |
| HSL | 315.2º | 0.85% | 0.65% | - |
| HSV(B) | 315.2º | 0.62% | 0.95% | - |
| XYZ | 51.34 | 30.89 | 60.38 | - |
| YUV | 149.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 204 | 0 | 0.62 | 0.16 | 0.05 | 315.2 | 0.85 | 0.65 |
| Hex | F2 | 5C | CC | 0 | 3E | 10 | 5 | 13B | 55 | 41 |
| Octal | 362 | 134 | 314 | 0 | 76 | 20 | 5 | 473 | 125 | 101 |
| Binary | 11110010 | 1011100 | 11001100 | 0 | 111110 | 10000 | 101 | 100111011 | 1010101 | 1000001 |
Color Harmonies of #F25CCC
Complementary color
Monochromatic Colors of #F25CCC
Black with #F25CCC
Text Example
Text Example
White with #F25CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CCC; }
p { color: rgb(242,92,204); }
H1.HeaderClassName
{
color: #F25CCC;
}
.AnyTagClassName
{
color: #F25CCC;
}
</style>
background-color css
<style>
a { background-color: #F25CCC; }
a { background-color: rgb(242,92,204); }
div.DivClassName
{
background-color: #F25CCC;
}
.BgClassName
{
background-color: #F25CCC;
}
</style>
border-color css
<style>
span { border-color: #F25CCC; }
span { border-color: rgb(242,92,204); }
td.TdClassName
{
border-color: #F25CCC;
}
.TagClassName
{
border-color: #F25CCC;
}
</style>