Html Css Color HEX #F067D1 Free Speech Magenta
📋 copy color: '#F067D1'red 240 ◦ green 103 ◦ blue 209
Shades of Free Speech Magenta #F067D1
Tints of Free Speech Magenta #F067D1
RGB
CMYK
RGB Variations
Color information
#F067D1 (or 0xF067D1) is known color: Free Speech Magenta. HEX triplet: F0, 67 and D1. RGB value is (240,103,209). Sum of RGB (Red+Green+Blue) = 240+103+209=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F067D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067D1 is #0F982E. Grayscale: #9B9B9B. Windows color (decimal): -1021999 or 13723632. OLE color: 13723632.
HSL color Cylindrical-coordinate representation of color #F067D1: hue angle of 313.58º 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 #F067D1 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 209 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.06 |
| HSL | 313.58º | 0.82% | 0.67% | - |
| HSV(B) | 313.58º | 0.57% | 0.94% | - |
| XYZ | 52.29 | 32.83 | 63.9 | - |
| YUV | 156.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 209 | 0 | 0.57 | 0.13 | 0.06 | 313.58 | 0.82 | 0.67 |
| Hex | F0 | 67 | D1 | 0 | 39 | D | 6 | 13A | 52 | 43 |
| Octal | 360 | 147 | 321 | 0 | 71 | 15 | 6 | 472 | 122 | 103 |
| Binary | 11110000 | 1100111 | 11010001 | 0 | 111001 | 1101 | 110 | 100111010 | 1010010 | 1000011 |
Color Harmonies of #F067D1
Complementary color
Monochromatic Colors of #F067D1
Black with #F067D1
Text Example
Text Example
White with #F067D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067D1; }
p { color: rgb(240,103,209); }
H1.HeaderClassName
{
color: #F067D1;
}
.AnyTagClassName
{
color: #F067D1;
}
</style>
background-color css
<style>
a { background-color: #F067D1; }
a { background-color: rgb(240,103,209); }
div.DivClassName
{
background-color: #F067D1;
}
.BgClassName
{
background-color: #F067D1;
}
</style>
border-color css
<style>
span { border-color: #F067D1; }
span { border-color: rgb(240,103,209); }
td.TdClassName
{
border-color: #F067D1;
}
.TagClassName
{
border-color: #F067D1;
}
</style>