Html Css Color HEX #F066E6 Free Speech Magenta
📋 copy color: '#F066E6'red 240 ◦ green 102 ◦ blue 230
Shades of Free Speech Magenta #F066E6
Tints of Free Speech Magenta #F066E6
RGB
CMYK
RGB Variations
Color information
#F066E6 (or 0xF066E6) is known color: Free Speech Magenta. HEX triplet: F0, 66 and E6. RGB value is (240,102,230). Sum of RGB (Red+Green+Blue) = 240+102+230=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F066E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066E6 is #0F9919. Grayscale: #9D9D9D. Windows color (decimal): -1022234 or 15099632. OLE color: 15099632.
HSL color Cylindrical-coordinate representation of color #F066E6: hue angle of 304.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066E6 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 230 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.06 |
| HSL | 304.35º | 0.82% | 0.67% | - |
| HSV(B) | 304.35º | 0.58% | 0.94% | - |
| XYZ | 54.97 | 33.74 | 78.48 | - |
| YUV | 157.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 230 | 0 | 0.58 | 0.04 | 0.06 | 304.35 | 0.82 | 0.67 |
| Hex | F0 | 66 | E6 | 0 | 3A | 4 | 6 | 130 | 52 | 43 |
| Octal | 360 | 146 | 346 | 0 | 72 | 4 | 6 | 460 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11100110 | 0 | 111010 | 100 | 110 | 100110000 | 1010010 | 1000011 |
Color Harmonies of #F066E6
Complementary color
Monochromatic Colors of #F066E6
Black with #F066E6
Text Example
Text Example
White with #F066E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066E6; }
p { color: rgb(240,102,230); }
H1.HeaderClassName
{
color: #F066E6;
}
.AnyTagClassName
{
color: #F066E6;
}
</style>
background-color css
<style>
a { background-color: #F066E6; }
a { background-color: rgb(240,102,230); }
div.DivClassName
{
background-color: #F066E6;
}
.BgClassName
{
background-color: #F066E6;
}
</style>
border-color css
<style>
span { border-color: #F066E6; }
span { border-color: rgb(240,102,230); }
td.TdClassName
{
border-color: #F066E6;
}
.TagClassName
{
border-color: #F066E6;
}
</style>