Html Css Color HEX #F255D7 Free Speech Magenta
📋 copy color: '#F255D7'red 242 ◦ green 85 ◦ blue 215
Shades of Free Speech Magenta #F255D7
Tints of Free Speech Magenta #F255D7
RGB
CMYK
RGB Variations
Color information
#F255D7 (or 0xF255D7) is known color: Free Speech Magenta. HEX triplet: F2, 55 and D7. RGB value is (242,85,215). Sum of RGB (Red+Green+Blue) = 242+85+215=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F255D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255D7 is #0DAA28. Grayscale: #929292. Windows color (decimal): -895529 or 14112242. OLE color: 14112242.
HSL color Cylindrical-coordinate representation of color #F255D7: hue angle of 310.32º 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 #F255D7 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 215 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.05 |
| HSL | 310.32º | 0.86% | 0.64% | - |
| HSV(B) | 310.32º | 0.65% | 0.95% | - |
| XYZ | 52.13 | 30.28 | 67.39 | - |
| YUV | 146.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 215 | 0 | 0.65 | 0.11 | 0.05 | 310.32 | 0.86 | 0.64 |
| Hex | F2 | 55 | D7 | 0 | 41 | B | 5 | 136 | 56 | 40 |
| Octal | 362 | 125 | 327 | 0 | 101 | 13 | 5 | 466 | 126 | 100 |
| Binary | 11110010 | 1010101 | 11010111 | 0 | 1000001 | 1011 | 101 | 100110110 | 1010110 | 1000000 |
Color Harmonies of #F255D7
Complementary color
Monochromatic Colors of #F255D7
Black with #F255D7
Text Example
Text Example
White with #F255D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255D7; }
p { color: rgb(242,85,215); }
H1.HeaderClassName
{
color: #F255D7;
}
.AnyTagClassName
{
color: #F255D7;
}
</style>
background-color css
<style>
a { background-color: #F255D7; }
a { background-color: rgb(242,85,215); }
div.DivClassName
{
background-color: #F255D7;
}
.BgClassName
{
background-color: #F255D7;
}
</style>
border-color css
<style>
span { border-color: #F255D7; }
span { border-color: rgb(242,85,215); }
td.TdClassName
{
border-color: #F255D7;
}
.TagClassName
{
border-color: #F255D7;
}
</style>