Html Css Color HEX #F069D3 Free Speech Magenta
📋 copy color: '#F069D3'red 240 ◦ green 105 ◦ blue 211
Shades of Free Speech Magenta #F069D3
Tints of Free Speech Magenta #F069D3
RGB
CMYK
RGB Variations
Color information
#F069D3 (or 0xF069D3) is known color: Free Speech Magenta. HEX triplet: F0, 69 and D3. RGB value is (240,105,211). Sum of RGB (Red+Green+Blue) = 240+105+211=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F069D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069D3 is #0F962C. Grayscale: #9D9D9D. Windows color (decimal): -1021485 or 13855216. OLE color: 13855216.
HSL color Cylindrical-coordinate representation of color #F069D3: hue angle of 312.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069D3 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 211 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.06 |
| HSL | 312.89º | 0.82% | 0.68% | - |
| HSV(B) | 312.89º | 0.56% | 0.94% | - |
| XYZ | 52.74 | 33.33 | 65.28 | - |
| YUV | 157.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 211 | 0 | 0.56 | 0.12 | 0.06 | 312.89 | 0.82 | 0.68 |
| Hex | F0 | 69 | D3 | 0 | 38 | C | 6 | 139 | 52 | 44 |
| Octal | 360 | 151 | 323 | 0 | 70 | 14 | 6 | 471 | 122 | 104 |
| Binary | 11110000 | 1101001 | 11010011 | 0 | 111000 | 1100 | 110 | 100111001 | 1010010 | 1000100 |
Color Harmonies of #F069D3
Complementary color
Monochromatic Colors of #F069D3
Black with #F069D3
Text Example
Text Example
White with #F069D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069D3; }
p { color: rgb(240,105,211); }
H1.HeaderClassName
{
color: #F069D3;
}
.AnyTagClassName
{
color: #F069D3;
}
</style>
background-color css
<style>
a { background-color: #F069D3; }
a { background-color: rgb(240,105,211); }
div.DivClassName
{
background-color: #F069D3;
}
.BgClassName
{
background-color: #F069D3;
}
</style>
border-color css
<style>
span { border-color: #F069D3; }
span { border-color: rgb(240,105,211); }
td.TdClassName
{
border-color: #F069D3;
}
.TagClassName
{
border-color: #F069D3;
}
</style>