Html Css Color HEX #F065E6 Free Speech Magenta
📋 copy color: '#F065E6'red 240 ◦ green 101 ◦ blue 230
Shades of Free Speech Magenta #F065E6
Tints of Free Speech Magenta #F065E6
RGB
CMYK
RGB Variations
Color information
#F065E6 (or 0xF065E6) is known color: Free Speech Magenta. HEX triplet: F0, 65 and E6. RGB value is (240,101,230). Sum of RGB (Red+Green+Blue) = 240+101+230=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F065E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065E6 is #0F9A19. Grayscale: #9C9C9C. Windows color (decimal): -1022490 or 15099376. OLE color: 15099376.
HSL color Cylindrical-coordinate representation of color #F065E6: hue angle of 304.32º 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 #F065E6 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 230 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.06 |
| HSL | 304.32º | 0.82% | 0.67% | - |
| HSV(B) | 304.32º | 0.58% | 0.94% | - |
| XYZ | 54.87 | 33.55 | 78.45 | - |
| YUV | 157.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 230 | 0 | 0.58 | 0.04 | 0.06 | 304.32 | 0.82 | 0.67 |
| Hex | F0 | 65 | E6 | 0 | 3A | 4 | 6 | 130 | 52 | 43 |
| Octal | 360 | 145 | 346 | 0 | 72 | 4 | 6 | 460 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11100110 | 0 | 111010 | 100 | 110 | 100110000 | 1010010 | 1000011 |
Color Harmonies of #F065E6
Complementary color
Monochromatic Colors of #F065E6
Black with #F065E6
Text Example
Text Example
White with #F065E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065E6; }
p { color: rgb(240,101,230); }
H1.HeaderClassName
{
color: #F065E6;
}
.AnyTagClassName
{
color: #F065E6;
}
</style>
background-color css
<style>
a { background-color: #F065E6; }
a { background-color: rgb(240,101,230); }
div.DivClassName
{
background-color: #F065E6;
}
.BgClassName
{
background-color: #F065E6;
}
</style>
border-color css
<style>
span { border-color: #F065E6; }
span { border-color: rgb(240,101,230); }
td.TdClassName
{
border-color: #F065E6;
}
.TagClassName
{
border-color: #F065E6;
}
</style>