Html Css Color HEX #F25ACB Free Speech Magenta
📋 copy color: '#F25ACB'red 242 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #F25ACB
Tints of Free Speech Magenta #F25ACB
RGB
CMYK
RGB Variations
Color information
#F25ACB (or 0xF25ACB) is known color: Free Speech Magenta. HEX triplet: F2, 5A and CB. RGB value is (242,90,203). Sum of RGB (Red+Green+Blue) = 242+90+203=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ACB is #0DA534. Grayscale: #949494. Windows color (decimal): -894261 or 13327090. OLE color: 13327090.
HSL color Cylindrical-coordinate representation of color #F25ACB: hue angle of 315.39º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25ACB is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 203 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.05 |
| HSL | 315.39º | 0.85% | 0.65% | - |
| HSV(B) | 315.39º | 0.63% | 0.95% | - |
| XYZ | 51.05 | 30.5 | 59.7 | - |
| YUV | 148.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 203 | 0 | 0.63 | 0.16 | 0.05 | 315.39 | 0.85 | 0.65 |
| Hex | F2 | 5A | CB | 0 | 3F | 10 | 5 | 13B | 55 | 41 |
| Octal | 362 | 132 | 313 | 0 | 77 | 20 | 5 | 473 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11001011 | 0 | 111111 | 10000 | 101 | 100111011 | 1010101 | 1000001 |
Color Harmonies of #F25ACB
Complementary color
Monochromatic Colors of #F25ACB
Black with #F25ACB
Text Example
Text Example
White with #F25ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ACB; }
p { color: rgb(242,90,203); }
H1.HeaderClassName
{
color: #F25ACB;
}
.AnyTagClassName
{
color: #F25ACB;
}
</style>
background-color css
<style>
a { background-color: #F25ACB; }
a { background-color: rgb(242,90,203); }
div.DivClassName
{
background-color: #F25ACB;
}
.BgClassName
{
background-color: #F25ACB;
}
</style>
border-color css
<style>
span { border-color: #F25ACB; }
span { border-color: rgb(242,90,203); }
td.TdClassName
{
border-color: #F25ACB;
}
.TagClassName
{
border-color: #F25ACB;
}
</style>