Html Css Color HEX #F062DF Free Speech Magenta
📋 copy color: '#F062DF'red 240 ◦ green 98 ◦ blue 223
Shades of Free Speech Magenta #F062DF
Tints of Free Speech Magenta #F062DF
RGB
CMYK
RGB Variations
Color information
#F062DF (or 0xF062DF) is known color: Free Speech Magenta. HEX triplet: F0, 62 and DF. RGB value is (240,98,223). Sum of RGB (Red+Green+Blue) = 240+98+223=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F062DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062DF is #0F9D20. Grayscale: #9A9A9A. Windows color (decimal): -1023265 or 14639856. OLE color: 14639856.
HSL color Cylindrical-coordinate representation of color #F062DF: hue angle of 307.18º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062DF is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 223 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.06 |
| HSL | 307.18º | 0.83% | 0.66% | - |
| HSV(B) | 307.18º | 0.59% | 0.94% | - |
| XYZ | 53.62 | 32.59 | 73.28 | - |
| YUV | 154.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 223 | 0 | 0.59 | 0.07 | 0.06 | 307.18 | 0.83 | 0.66 |
| Hex | F0 | 62 | DF | 0 | 3B | 7 | 6 | 133 | 53 | 42 |
| Octal | 360 | 142 | 337 | 0 | 73 | 7 | 6 | 463 | 123 | 102 |
| Binary | 11110000 | 1100010 | 11011111 | 0 | 111011 | 111 | 110 | 100110011 | 1010011 | 1000010 |
Color Harmonies of #F062DF
Complementary color
Monochromatic Colors of #F062DF
Black with #F062DF
Text Example
Text Example
White with #F062DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062DF; }
p { color: rgb(240,98,223); }
H1.HeaderClassName
{
color: #F062DF;
}
.AnyTagClassName
{
color: #F062DF;
}
</style>
background-color css
<style>
a { background-color: #F062DF; }
a { background-color: rgb(240,98,223); }
div.DivClassName
{
background-color: #F062DF;
}
.BgClassName
{
background-color: #F062DF;
}
</style>
border-color css
<style>
span { border-color: #F062DF; }
span { border-color: rgb(240,98,223); }
td.TdClassName
{
border-color: #F062DF;
}
.TagClassName
{
border-color: #F062DF;
}
</style>