Html Css Color HEX #F068D3 Free Speech Magenta
📋 copy color: '#F068D3'red 240 ◦ green 104 ◦ blue 211
Shades of Free Speech Magenta #F068D3
Tints of Free Speech Magenta #F068D3
RGB
CMYK
RGB Variations
Color information
#F068D3 (or 0xF068D3) is known color: Free Speech Magenta. HEX triplet: F0, 68 and D3. RGB value is (240,104,211). Sum of RGB (Red+Green+Blue) = 240+104+211=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F068D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068D3 is #0F972C. Grayscale: #9C9C9C. Windows color (decimal): -1021741 or 13854960. OLE color: 13854960.
HSL color Cylindrical-coordinate representation of color #F068D3: hue angle of 312.79º 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 #F068D3 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 211 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.06 |
| HSL | 312.79º | 0.82% | 0.67% | - |
| HSV(B) | 312.79º | 0.57% | 0.94% | - |
| XYZ | 52.64 | 33.13 | 65.25 | - |
| YUV | 156.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 211 | 0 | 0.57 | 0.12 | 0.06 | 312.79 | 0.82 | 0.67 |
| Hex | F0 | 68 | D3 | 0 | 39 | C | 6 | 139 | 52 | 43 |
| Octal | 360 | 150 | 323 | 0 | 71 | 14 | 6 | 471 | 122 | 103 |
| Binary | 11110000 | 1101000 | 11010011 | 0 | 111001 | 1100 | 110 | 100111001 | 1010010 | 1000011 |
Color Harmonies of #F068D3
Complementary color
Monochromatic Colors of #F068D3
Black with #F068D3
Text Example
Text Example
White with #F068D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068D3; }
p { color: rgb(240,104,211); }
H1.HeaderClassName
{
color: #F068D3;
}
.AnyTagClassName
{
color: #F068D3;
}
</style>
background-color css
<style>
a { background-color: #F068D3; }
a { background-color: rgb(240,104,211); }
div.DivClassName
{
background-color: #F068D3;
}
.BgClassName
{
background-color: #F068D3;
}
</style>
border-color css
<style>
span { border-color: #F068D3; }
span { border-color: rgb(240,104,211); }
td.TdClassName
{
border-color: #F068D3;
}
.TagClassName
{
border-color: #F068D3;
}
</style>