Html Css Color HEX #F065DE Free Speech Magenta
📋 copy color: '#F065DE'red 240 ◦ green 101 ◦ blue 222
Shades of Free Speech Magenta #F065DE
Tints of Free Speech Magenta #F065DE
RGB
CMYK
RGB Variations
Color information
#F065DE (or 0xF065DE) is known color: Free Speech Magenta. HEX triplet: F0, 65 and DE. RGB value is (240,101,222). Sum of RGB (Red+Green+Blue) = 240+101+222=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F065DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065DE is #0F9A21. Grayscale: #9C9C9C. Windows color (decimal): -1022498 or 14575088. OLE color: 14575088.
HSL color Cylindrical-coordinate representation of color #F065DE: hue angle of 307.77º 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 #F065DE is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 222 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.06 |
| HSL | 307.77º | 0.82% | 0.67% | - |
| HSV(B) | 307.77º | 0.58% | 0.94% | - |
| XYZ | 53.77 | 33.11 | 72.66 | - |
| YUV | 156.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 222 | 0 | 0.58 | 0.08 | 0.06 | 307.77 | 0.82 | 0.67 |
| Hex | F0 | 65 | DE | 0 | 3A | 8 | 6 | 134 | 52 | 43 |
| Octal | 360 | 145 | 336 | 0 | 72 | 10 | 6 | 464 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11011110 | 0 | 111010 | 1000 | 110 | 100110100 | 1010010 | 1000011 |
Color Harmonies of #F065DE
Complementary color
Monochromatic Colors of #F065DE
Black with #F065DE
Text Example
Text Example
White with #F065DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065DE; }
p { color: rgb(240,101,222); }
H1.HeaderClassName
{
color: #F065DE;
}
.AnyTagClassName
{
color: #F065DE;
}
</style>
background-color css
<style>
a { background-color: #F065DE; }
a { background-color: rgb(240,101,222); }
div.DivClassName
{
background-color: #F065DE;
}
.BgClassName
{
background-color: #F065DE;
}
</style>
border-color css
<style>
span { border-color: #F065DE; }
span { border-color: rgb(240,101,222); }
td.TdClassName
{
border-color: #F065DE;
}
.TagClassName
{
border-color: #F065DE;
}
</style>