Html Css Color HEX #F465DE Free Speech Magenta
📋 copy color: '#F465DE'red 244 ◦ green 101 ◦ blue 222
Shades of Free Speech Magenta #F465DE
Tints of Free Speech Magenta #F465DE
RGB
CMYK
RGB Variations
Color information
#F465DE (or 0xF465DE) is known color: Free Speech Magenta. HEX triplet: F4, 65 and DE. RGB value is (244,101,222). Sum of RGB (Red+Green+Blue) = 244+101+222=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F465DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465DE is #0B9A21. Grayscale: #9D9D9D. Windows color (decimal): -760354 or 14575092. OLE color: 14575092.
HSL color Cylindrical-coordinate representation of color #F465DE: hue angle of 309.23º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465DE is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 222 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.04 |
| HSL | 309.23º | 0.87% | 0.68% | - |
| HSV(B) | 309.23º | 0.59% | 0.96% | - |
| XYZ | 55.15 | 33.81 | 72.73 | - |
| YUV | 157.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 222 | 0 | 0.59 | 0.09 | 0.04 | 309.23 | 0.87 | 0.68 |
| Hex | F4 | 65 | DE | 0 | 3B | 9 | 4 | 135 | 57 | 44 |
| Octal | 364 | 145 | 336 | 0 | 73 | 11 | 4 | 465 | 127 | 104 |
| Binary | 11110100 | 1100101 | 11011110 | 0 | 111011 | 1001 | 100 | 100110101 | 1010111 | 1000100 |
Color Harmonies of #F465DE
Complementary color
Monochromatic Colors of #F465DE
Black with #F465DE
Text Example
Text Example
White with #F465DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465DE; }
p { color: rgb(244,101,222); }
H1.HeaderClassName
{
color: #F465DE;
}
.AnyTagClassName
{
color: #F465DE;
}
</style>
background-color css
<style>
a { background-color: #F465DE; }
a { background-color: rgb(244,101,222); }
div.DivClassName
{
background-color: #F465DE;
}
.BgClassName
{
background-color: #F465DE;
}
</style>
border-color css
<style>
span { border-color: #F465DE; }
span { border-color: rgb(244,101,222); }
td.TdClassName
{
border-color: #F465DE;
}
.TagClassName
{
border-color: #F465DE;
}
</style>