Html Css Color HEX #F063D0 Free Speech Magenta
📋 copy color: '#F063D0'red 240 ◦ green 99 ◦ blue 208
Shades of Free Speech Magenta #F063D0
Tints of Free Speech Magenta #F063D0
RGB
CMYK
RGB Variations
Color information
#F063D0 (or 0xF063D0) is known color: Free Speech Magenta. HEX triplet: F0, 63 and D0. RGB value is (240,99,208). Sum of RGB (Red+Green+Blue) = 240+99+208=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F063D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063D0 is #0F9C2F. Grayscale: #999999. Windows color (decimal): -1023024 or 13657072. OLE color: 13657072.
HSL color Cylindrical-coordinate representation of color #F063D0: hue angle of 313.62º degrees, saturation: 0.82, 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 #F063D0 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 208 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.06 |
| HSL | 313.62º | 0.82% | 0.66% | - |
| HSV(B) | 313.62º | 0.59% | 0.94% | - |
| XYZ | 51.78 | 32 | 63.12 | - |
| YUV | 153.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 208 | 0 | 0.59 | 0.13 | 0.06 | 313.62 | 0.82 | 0.66 |
| Hex | F0 | 63 | D0 | 0 | 3B | D | 6 | 13A | 52 | 42 |
| Octal | 360 | 143 | 320 | 0 | 73 | 15 | 6 | 472 | 122 | 102 |
| Binary | 11110000 | 1100011 | 11010000 | 0 | 111011 | 1101 | 110 | 100111010 | 1010010 | 1000010 |
Color Harmonies of #F063D0
Complementary color
Monochromatic Colors of #F063D0
Black with #F063D0
Text Example
Text Example
White with #F063D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063D0; }
p { color: rgb(240,99,208); }
H1.HeaderClassName
{
color: #F063D0;
}
.AnyTagClassName
{
color: #F063D0;
}
</style>
background-color css
<style>
a { background-color: #F063D0; }
a { background-color: rgb(240,99,208); }
div.DivClassName
{
background-color: #F063D0;
}
.BgClassName
{
background-color: #F063D0;
}
</style>
border-color css
<style>
span { border-color: #F063D0; }
span { border-color: rgb(240,99,208); }
td.TdClassName
{
border-color: #F063D0;
}
.TagClassName
{
border-color: #F063D0;
}
</style>