Html Css Color HEX #F065DF Free Speech Magenta
📋 copy color: '#F065DF'red 240 ◦ green 101 ◦ blue 223
Shades of Free Speech Magenta #F065DF
Tints of Free Speech Magenta #F065DF
RGB
CMYK
RGB Variations
Color information
#F065DF (or 0xF065DF) is known color: Free Speech Magenta. HEX triplet: F0, 65 and DF. RGB value is (240,101,223). Sum of RGB (Red+Green+Blue) = 240+101+223=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F065DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065DF is #0F9A20. Grayscale: #9C9C9C. Windows color (decimal): -1022497 or 14640624. OLE color: 14640624.
HSL color Cylindrical-coordinate representation of color #F065DF: hue angle of 307.34º 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 #F065DF is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 223 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.06 |
| HSL | 307.34º | 0.82% | 0.67% | - |
| HSV(B) | 307.34º | 0.58% | 0.94% | - |
| XYZ | 53.91 | 33.16 | 73.37 | - |
| YUV | 156.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 223 | 0 | 0.58 | 0.07 | 0.06 | 307.34 | 0.82 | 0.67 |
| Hex | F0 | 65 | DF | 0 | 3A | 7 | 6 | 133 | 52 | 43 |
| Octal | 360 | 145 | 337 | 0 | 72 | 7 | 6 | 463 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11011111 | 0 | 111010 | 111 | 110 | 100110011 | 1010010 | 1000011 |
Color Harmonies of #F065DF
Complementary color
Monochromatic Colors of #F065DF
Black with #F065DF
Text Example
Text Example
White with #F065DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065DF; }
p { color: rgb(240,101,223); }
H1.HeaderClassName
{
color: #F065DF;
}
.AnyTagClassName
{
color: #F065DF;
}
</style>
background-color css
<style>
a { background-color: #F065DF; }
a { background-color: rgb(240,101,223); }
div.DivClassName
{
background-color: #F065DF;
}
.BgClassName
{
background-color: #F065DF;
}
</style>
border-color css
<style>
span { border-color: #F065DF; }
span { border-color: rgb(240,101,223); }
td.TdClassName
{
border-color: #F065DF;
}
.TagClassName
{
border-color: #F065DF;
}
</style>