Html Css Color HEX #F065D7 Free Speech Magenta
📋 copy color: '#F065D7'red 240 ◦ green 101 ◦ blue 215
Shades of Free Speech Magenta #F065D7
Tints of Free Speech Magenta #F065D7
RGB
CMYK
RGB Variations
Color information
#F065D7 (or 0xF065D7) is known color: Free Speech Magenta. HEX triplet: F0, 65 and D7. RGB value is (240,101,215). Sum of RGB (Red+Green+Blue) = 240+101+215=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F065D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065D7 is #0F9A28. Grayscale: #9B9B9B. Windows color (decimal): -1022505 or 14116336. OLE color: 14116336.
HSL color Cylindrical-coordinate representation of color #F065D7: hue angle of 310.79º 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 #F065D7 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 215 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.06 |
| HSL | 310.79º | 0.82% | 0.67% | - |
| HSV(B) | 310.79º | 0.58% | 0.94% | - |
| XYZ | 52.85 | 32.74 | 67.82 | - |
| YUV | 155.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 215 | 0 | 0.58 | 0.10 | 0.06 | 310.79 | 0.82 | 0.67 |
| Hex | F0 | 65 | D7 | 0 | 3A | A | 6 | 137 | 52 | 43 |
| Octal | 360 | 145 | 327 | 0 | 72 | 12 | 6 | 467 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11010111 | 0 | 111010 | 1010 | 110 | 100110111 | 1010010 | 1000011 |
Color Harmonies of #F065D7
Complementary color
Monochromatic Colors of #F065D7
Black with #F065D7
Text Example
Text Example
White with #F065D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065D7; }
p { color: rgb(240,101,215); }
H1.HeaderClassName
{
color: #F065D7;
}
.AnyTagClassName
{
color: #F065D7;
}
</style>
background-color css
<style>
a { background-color: #F065D7; }
a { background-color: rgb(240,101,215); }
div.DivClassName
{
background-color: #F065D7;
}
.BgClassName
{
background-color: #F065D7;
}
</style>
border-color css
<style>
span { border-color: #F065D7; }
span { border-color: rgb(240,101,215); }
td.TdClassName
{
border-color: #F065D7;
}
.TagClassName
{
border-color: #F065D7;
}
</style>