Html Css Color HEX #F247EA Free Speech Magenta
📋 copy color: '#F247EA'red 242 ◦ green 71 ◦ blue 234
Shades of Free Speech Magenta #F247EA
Tints of Free Speech Magenta #F247EA
RGB
CMYK
RGB Variations
Color information
#F247EA (or 0xF247EA) is known color: Free Speech Magenta. HEX triplet: F2, 47 and EA. RGB value is (242,71,234). Sum of RGB (Red+Green+Blue) = 242+71+234=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 71 (28.12% from 255 or 12.98% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F247EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F247EA is #0DB815. Grayscale: #8C8C8C. Windows color (decimal): -899094 or 15353842. OLE color: 15353842.
HSL color Cylindrical-coordinate representation of color #F247EA: hue angle of 302.81º 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 #F247EA is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 234 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.05 |
| HSL | 302.81º | 0.87% | 0.61% | - |
| HSV(B) | 302.81º | 0.71% | 0.95% | - |
| XYZ | 53.72 | 29.32 | 80.67 | - |
| YUV | 140.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 234 | 0 | 0.71 | 0.03 | 0.05 | 302.81 | 0.87 | 0.61 |
| Hex | F2 | 47 | EA | 0 | 47 | 3 | 5 | 12F | 57 | 3D |
| Octal | 362 | 107 | 352 | 0 | 107 | 3 | 5 | 457 | 127 | 75 |
| Binary | 11110010 | 1000111 | 11101010 | 0 | 1000111 | 11 | 101 | 100101111 | 1010111 | 111101 |
Color Harmonies of #F247EA
Complementary color
Monochromatic Colors of #F247EA
Black with #F247EA
Text Example
Text Example
White with #F247EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247EA; }
p { color: rgb(242,71,234); }
H1.HeaderClassName
{
color: #F247EA;
}
.AnyTagClassName
{
color: #F247EA;
}
</style>
background-color css
<style>
a { background-color: #F247EA; }
a { background-color: rgb(242,71,234); }
div.DivClassName
{
background-color: #F247EA;
}
.BgClassName
{
background-color: #F247EA;
}
</style>
border-color css
<style>
span { border-color: #F247EA; }
span { border-color: rgb(242,71,234); }
td.TdClassName
{
border-color: #F247EA;
}
.TagClassName
{
border-color: #F247EA;
}
</style>