Html Css Color HEX #F066DF Free Speech Magenta
📋 copy color: '#F066DF'red 240 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #F066DF
Tints of Free Speech Magenta #F066DF
RGB
CMYK
RGB Variations
Color information
#F066DF (or 0xF066DF) is known color: Free Speech Magenta. HEX triplet: F0, 66 and DF. RGB value is (240,102,223). Sum of RGB (Red+Green+Blue) = 240+102+223=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F066DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066DF is #0F9920. Grayscale: #9C9C9C. Windows color (decimal): -1022241 or 14640880. OLE color: 14640880.
HSL color Cylindrical-coordinate representation of color #F066DF: hue angle of 307.39º 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 #F066DF is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 223 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.06 |
| HSL | 307.39º | 0.82% | 0.67% | - |
| HSV(B) | 307.39º | 0.58% | 0.94% | - |
| XYZ | 54.01 | 33.36 | 73.4 | - |
| YUV | 157.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 223 | 0 | 0.58 | 0.07 | 0.06 | 307.39 | 0.82 | 0.67 |
| Hex | F0 | 66 | DF | 0 | 3A | 7 | 6 | 133 | 52 | 43 |
| Octal | 360 | 146 | 337 | 0 | 72 | 7 | 6 | 463 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11011111 | 0 | 111010 | 111 | 110 | 100110011 | 1010010 | 1000011 |
Color Harmonies of #F066DF
Complementary color
Monochromatic Colors of #F066DF
Black with #F066DF
Text Example
Text Example
White with #F066DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066DF; }
p { color: rgb(240,102,223); }
H1.HeaderClassName
{
color: #F066DF;
}
.AnyTagClassName
{
color: #F066DF;
}
</style>
background-color css
<style>
a { background-color: #F066DF; }
a { background-color: rgb(240,102,223); }
div.DivClassName
{
background-color: #F066DF;
}
.BgClassName
{
background-color: #F066DF;
}
</style>
border-color css
<style>
span { border-color: #F066DF; }
span { border-color: rgb(240,102,223); }
td.TdClassName
{
border-color: #F066DF;
}
.TagClassName
{
border-color: #F066DF;
}
</style>