Html Css Color HEX #F065D3 Free Speech Magenta
📋 copy color: '#F065D3'red 240 ◦ green 101 ◦ blue 211
Shades of Free Speech Magenta #F065D3
Tints of Free Speech Magenta #F065D3
RGB
CMYK
RGB Variations
Color information
#F065D3 (or 0xF065D3) is known color: Free Speech Magenta. HEX triplet: F0, 65 and D3. RGB value is (240,101,211). Sum of RGB (Red+Green+Blue) = 240+101+211=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F065D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065D3 is #0F9A2C. Grayscale: #9A9A9A. Windows color (decimal): -1022509 or 13854192. OLE color: 13854192.
HSL color Cylindrical-coordinate representation of color #F065D3: hue angle of 312.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065D3 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 211 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.06 |
| HSL | 312.52º | 0.82% | 0.67% | - |
| HSV(B) | 312.52º | 0.58% | 0.94% | - |
| XYZ | 52.35 | 32.54 | 65.15 | - |
| YUV | 155.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 211 | 0 | 0.58 | 0.12 | 0.06 | 312.52 | 0.82 | 0.67 |
| Hex | F0 | 65 | D3 | 0 | 3A | C | 6 | 139 | 52 | 43 |
| Octal | 360 | 145 | 323 | 0 | 72 | 14 | 6 | 471 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11010011 | 0 | 111010 | 1100 | 110 | 100111001 | 1010010 | 1000011 |
Color Harmonies of #F065D3
Complementary color
Monochromatic Colors of #F065D3
Black with #F065D3
Text Example
Text Example
White with #F065D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065D3; }
p { color: rgb(240,101,211); }
H1.HeaderClassName
{
color: #F065D3;
}
.AnyTagClassName
{
color: #F065D3;
}
</style>
background-color css
<style>
a { background-color: #F065D3; }
a { background-color: rgb(240,101,211); }
div.DivClassName
{
background-color: #F065D3;
}
.BgClassName
{
background-color: #F065D3;
}
</style>
border-color css
<style>
span { border-color: #F065D3; }
span { border-color: rgb(240,101,211); }
td.TdClassName
{
border-color: #F065D3;
}
.TagClassName
{
border-color: #F065D3;
}
</style>