Html Css Color HEX #F266D9 Free Speech Magenta
📋 copy color: '#F266D9'red 242 ◦ green 102 ◦ blue 217
Shades of Free Speech Magenta #F266D9
Tints of Free Speech Magenta #F266D9
RGB
CMYK
RGB Variations
Color information
#F266D9 (or 0xF266D9) is known color: Free Speech Magenta. HEX triplet: F2, 66 and D9. RGB value is (242,102,217). Sum of RGB (Red+Green+Blue) = 242+102+217=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F266D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266D9 is #0D9926. Grayscale: #9C9C9C. Windows color (decimal): -891175 or 14247666. OLE color: 14247666.
HSL color Cylindrical-coordinate representation of color #F266D9: hue angle of 310.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F266D9 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 217 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.05 |
| HSL | 310.71º | 0.84% | 0.67% | - |
| HSV(B) | 310.71º | 0.58% | 0.95% | - |
| XYZ | 53.89 | 33.39 | 69.25 | - |
| YUV | 156.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 217 | 0 | 0.58 | 0.10 | 0.05 | 310.71 | 0.84 | 0.67 |
| Hex | F2 | 66 | D9 | 0 | 3A | A | 5 | 137 | 54 | 43 |
| Octal | 362 | 146 | 331 | 0 | 72 | 12 | 5 | 467 | 124 | 103 |
| Binary | 11110010 | 1100110 | 11011001 | 0 | 111010 | 1010 | 101 | 100110111 | 1010100 | 1000011 |
Color Harmonies of #F266D9
Complementary color
Monochromatic Colors of #F266D9
Black with #F266D9
Text Example
Text Example
White with #F266D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266D9; }
p { color: rgb(242,102,217); }
H1.HeaderClassName
{
color: #F266D9;
}
.AnyTagClassName
{
color: #F266D9;
}
</style>
background-color css
<style>
a { background-color: #F266D9; }
a { background-color: rgb(242,102,217); }
div.DivClassName
{
background-color: #F266D9;
}
.BgClassName
{
background-color: #F266D9;
}
</style>
border-color css
<style>
span { border-color: #F266D9; }
span { border-color: rgb(242,102,217); }
td.TdClassName
{
border-color: #F266D9;
}
.TagClassName
{
border-color: #F266D9;
}
</style>