Html Css Color HEX #F247F0 Free Speech Magenta
📋 copy color: '#F247F0'red 242 ◦ green 71 ◦ blue 240
Shades of Free Speech Magenta #F247F0
Tints of Free Speech Magenta #F247F0
RGB
CMYK
RGB Variations
Color information
#F247F0 (or 0xF247F0) is known color: Free Speech Magenta. HEX triplet: F2, 47 and F0. RGB value is (242,71,240). Sum of RGB (Red+Green+Blue) = 242+71+240=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 71 (28.12% from 255 or 12.84% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F247F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F247F0 is #0DB80F. Grayscale: #8C8C8C. Windows color (decimal): -899088 or 15747058. OLE color: 15747058.
HSL color Cylindrical-coordinate representation of color #F247F0: hue angle of 300.7º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F247F0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 240 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.05 |
| HSL | 300.7º | 0.87% | 0.61% | - |
| HSV(B) | 300.7º | 0.71% | 0.95% | - |
| XYZ | 54.6 | 29.67 | 85.29 | - |
| YUV | 141.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 240 | 0 | 0.71 | 0.01 | 0.05 | 300.7 | 0.87 | 0.61 |
| Hex | F2 | 47 | F0 | 0 | 47 | 1 | 5 | 12D | 57 | 3D |
| Octal | 362 | 107 | 360 | 0 | 107 | 1 | 5 | 455 | 127 | 75 |
| Binary | 11110010 | 1000111 | 11110000 | 0 | 1000111 | 1 | 101 | 100101101 | 1010111 | 111101 |
Color Harmonies of #F247F0
Complementary color
Monochromatic Colors of #F247F0
Black with #F247F0
Text Example
Text Example
White with #F247F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247F0; }
p { color: rgb(242,71,240); }
H1.HeaderClassName
{
color: #F247F0;
}
.AnyTagClassName
{
color: #F247F0;
}
</style>
background-color css
<style>
a { background-color: #F247F0; }
a { background-color: rgb(242,71,240); }
div.DivClassName
{
background-color: #F247F0;
}
.BgClassName
{
background-color: #F247F0;
}
</style>
border-color css
<style>
span { border-color: #F247F0; }
span { border-color: rgb(242,71,240); }
td.TdClassName
{
border-color: #F247F0;
}
.TagClassName
{
border-color: #F247F0;
}
</style>