Html Css Color HEX #F255E0 Free Speech Magenta
📋 copy color: '#F255E0'red 242 ◦ green 85 ◦ blue 224
Shades of Free Speech Magenta #F255E0
Tints of Free Speech Magenta #F255E0
RGB
CMYK
RGB Variations
Color information
#F255E0 (or 0xF255E0) is known color: Free Speech Magenta. HEX triplet: F2, 55 and E0. RGB value is (242,85,224). Sum of RGB (Red+Green+Blue) = 242+85+224=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F255E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255E0 is #0DAA1F. Grayscale: #939393. Windows color (decimal): -895520 or 14702066. OLE color: 14702066.
HSL color Cylindrical-coordinate representation of color #F255E0: hue angle of 306.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F255E0 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 224 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.05 |
| HSL | 306.88º | 0.86% | 0.64% | - |
| HSV(B) | 306.88º | 0.65% | 0.95% | - |
| XYZ | 53.32 | 30.76 | 73.65 | - |
| YUV | 147.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 224 | 0 | 0.65 | 0.07 | 0.05 | 306.88 | 0.86 | 0.64 |
| Hex | F2 | 55 | E0 | 0 | 41 | 7 | 5 | 133 | 56 | 40 |
| Octal | 362 | 125 | 340 | 0 | 101 | 7 | 5 | 463 | 126 | 100 |
| Binary | 11110010 | 1010101 | 11100000 | 0 | 1000001 | 111 | 101 | 100110011 | 1010110 | 1000000 |
Color Harmonies of #F255E0
Complementary color
Monochromatic Colors of #F255E0
Black with #F255E0
Text Example
Text Example
White with #F255E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255E0; }
p { color: rgb(242,85,224); }
H1.HeaderClassName
{
color: #F255E0;
}
.AnyTagClassName
{
color: #F255E0;
}
</style>
background-color css
<style>
a { background-color: #F255E0; }
a { background-color: rgb(242,85,224); }
div.DivClassName
{
background-color: #F255E0;
}
.BgClassName
{
background-color: #F255E0;
}
</style>
border-color css
<style>
span { border-color: #F255E0; }
span { border-color: rgb(242,85,224); }
td.TdClassName
{
border-color: #F255E0;
}
.TagClassName
{
border-color: #F255E0;
}
</style>