Html Css Color HEX #F063D1 Free Speech Magenta
📋 copy color: '#F063D1'red 240 ◦ green 99 ◦ blue 209
Shades of Free Speech Magenta #F063D1
Tints of Free Speech Magenta #F063D1
RGB
CMYK
RGB Variations
Color information
#F063D1 (or 0xF063D1) is known color: Free Speech Magenta. HEX triplet: F0, 63 and D1. RGB value is (240,99,209). Sum of RGB (Red+Green+Blue) = 240+99+209=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F063D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063D1 is #0F9C2E. Grayscale: #999999. Windows color (decimal): -1023023 or 13722608. OLE color: 13722608.
HSL color Cylindrical-coordinate representation of color #F063D1: hue angle of 313.19º 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 #F063D1 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 209 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.06 |
| HSL | 313.19º | 0.82% | 0.66% | - |
| HSV(B) | 313.19º | 0.59% | 0.94% | - |
| XYZ | 51.91 | 32.05 | 63.77 | - |
| YUV | 153.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 209 | 0 | 0.59 | 0.13 | 0.06 | 313.19 | 0.82 | 0.66 |
| Hex | F0 | 63 | D1 | 0 | 3B | D | 6 | 139 | 52 | 42 |
| Octal | 360 | 143 | 321 | 0 | 73 | 15 | 6 | 471 | 122 | 102 |
| Binary | 11110000 | 1100011 | 11010001 | 0 | 111011 | 1101 | 110 | 100111001 | 1010010 | 1000010 |
Color Harmonies of #F063D1
Complementary color
Monochromatic Colors of #F063D1
Black with #F063D1
Text Example
Text Example
White with #F063D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063D1; }
p { color: rgb(240,99,209); }
H1.HeaderClassName
{
color: #F063D1;
}
.AnyTagClassName
{
color: #F063D1;
}
</style>
background-color css
<style>
a { background-color: #F063D1; }
a { background-color: rgb(240,99,209); }
div.DivClassName
{
background-color: #F063D1;
}
.BgClassName
{
background-color: #F063D1;
}
</style>
border-color css
<style>
span { border-color: #F063D1; }
span { border-color: rgb(240,99,209); }
td.TdClassName
{
border-color: #F063D1;
}
.TagClassName
{
border-color: #F063D1;
}
</style>