Html Css Color HEX #F266DF Free Speech Magenta
📋 copy color: '#F266DF'red 242 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #F266DF
Tints of Free Speech Magenta #F266DF
RGB
CMYK
RGB Variations
Color information
#F266DF (or 0xF266DF) is known color: Free Speech Magenta. HEX triplet: F2, 66 and DF. RGB value is (242,102,223). Sum of RGB (Red+Green+Blue) = 242+102+223=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F266DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266DF is #0D9920. Grayscale: #9D9D9D. Windows color (decimal): -891169 or 14640882. OLE color: 14640882.
HSL color Cylindrical-coordinate representation of color #F266DF: hue angle of 308.14º 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 #F266DF is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 223 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.05 |
| HSL | 308.14º | 0.84% | 0.67% | - |
| HSV(B) | 308.14º | 0.58% | 0.95% | - |
| XYZ | 54.69 | 33.71 | 73.44 | - |
| YUV | 157.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 223 | 0 | 0.58 | 0.08 | 0.05 | 308.14 | 0.84 | 0.67 |
| Hex | F2 | 66 | DF | 0 | 3A | 8 | 5 | 134 | 54 | 43 |
| Octal | 362 | 146 | 337 | 0 | 72 | 10 | 5 | 464 | 124 | 103 |
| Binary | 11110010 | 1100110 | 11011111 | 0 | 111010 | 1000 | 101 | 100110100 | 1010100 | 1000011 |
Color Harmonies of #F266DF
Complementary color
Monochromatic Colors of #F266DF
Black with #F266DF
Text Example
Text Example
White with #F266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266DF; }
p { color: rgb(242,102,223); }
H1.HeaderClassName
{
color: #F266DF;
}
.AnyTagClassName
{
color: #F266DF;
}
</style>
background-color css
<style>
a { background-color: #F266DF; }
a { background-color: rgb(242,102,223); }
div.DivClassName
{
background-color: #F266DF;
}
.BgClassName
{
background-color: #F266DF;
}
</style>
border-color css
<style>
span { border-color: #F266DF; }
span { border-color: rgb(242,102,223); }
td.TdClassName
{
border-color: #F266DF;
}
.TagClassName
{
border-color: #F266DF;
}
</style>