Html Css Color HEX #F062D3 Free Speech Magenta
📋 copy color: '#F062D3'red 240 ◦ green 98 ◦ blue 211
Shades of Free Speech Magenta #F062D3
Tints of Free Speech Magenta #F062D3
RGB
CMYK
RGB Variations
Color information
#F062D3 (or 0xF062D3) is known color: Free Speech Magenta. HEX triplet: F0, 62 and D3. RGB value is (240,98,211). Sum of RGB (Red+Green+Blue) = 240+98+211=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F062D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062D3 is #0F9D2C. Grayscale: #999999. Windows color (decimal): -1023277 or 13853424. OLE color: 13853424.
HSL color Cylindrical-coordinate representation of color #F062D3: hue angle of 312.25º degrees, saturation: 0.83, 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 #F062D3 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 211 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.06 |
| HSL | 312.25º | 0.83% | 0.66% | - |
| HSV(B) | 312.25º | 0.59% | 0.94% | - |
| XYZ | 52.06 | 31.96 | 65.05 | - |
| YUV | 153.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 211 | 0 | 0.59 | 0.12 | 0.06 | 312.25 | 0.83 | 0.66 |
| Hex | F0 | 62 | D3 | 0 | 3B | C | 6 | 138 | 53 | 42 |
| Octal | 360 | 142 | 323 | 0 | 73 | 14 | 6 | 470 | 123 | 102 |
| Binary | 11110000 | 1100010 | 11010011 | 0 | 111011 | 1100 | 110 | 100111000 | 1010011 | 1000010 |
Color Harmonies of #F062D3
Complementary color
Monochromatic Colors of #F062D3
Black with #F062D3
Text Example
Text Example
White with #F062D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062D3; }
p { color: rgb(240,98,211); }
H1.HeaderClassName
{
color: #F062D3;
}
.AnyTagClassName
{
color: #F062D3;
}
</style>
background-color css
<style>
a { background-color: #F062D3; }
a { background-color: rgb(240,98,211); }
div.DivClassName
{
background-color: #F062D3;
}
.BgClassName
{
background-color: #F062D3;
}
</style>
border-color css
<style>
span { border-color: #F062D3; }
span { border-color: rgb(240,98,211); }
td.TdClassName
{
border-color: #F062D3;
}
.TagClassName
{
border-color: #F062D3;
}
</style>