Html Css Color HEX #F465DF Free Speech Magenta
📋 copy color: '#F465DF'red 244 ◦ green 101 ◦ blue 223
Shades of Free Speech Magenta #F465DF
Tints of Free Speech Magenta #F465DF
RGB
CMYK
RGB Variations
Color information
#F465DF (or 0xF465DF) is known color: Free Speech Magenta. HEX triplet: F4, 65 and DF. RGB value is (244,101,223). Sum of RGB (Red+Green+Blue) = 244+101+223=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F465DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465DF is #0B9A20. Grayscale: #9D9D9D. Windows color (decimal): -760353 or 14640628. OLE color: 14640628.
HSL color Cylindrical-coordinate representation of color #F465DF: hue angle of 308.81º 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 #F465DF is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 223 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.04 |
| HSL | 308.81º | 0.87% | 0.68% | - |
| HSV(B) | 308.81º | 0.59% | 0.96% | - |
| XYZ | 55.28 | 33.87 | 73.44 | - |
| YUV | 157.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 223 | 0 | 0.59 | 0.09 | 0.04 | 308.81 | 0.87 | 0.68 |
| Hex | F4 | 65 | DF | 0 | 3B | 9 | 4 | 135 | 57 | 44 |
| Octal | 364 | 145 | 337 | 0 | 73 | 11 | 4 | 465 | 127 | 104 |
| Binary | 11110100 | 1100101 | 11011111 | 0 | 111011 | 1001 | 100 | 100110101 | 1010111 | 1000100 |
Color Harmonies of #F465DF
Complementary color
Monochromatic Colors of #F465DF
Black with #F465DF
Text Example
Text Example
White with #F465DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465DF; }
p { color: rgb(244,101,223); }
H1.HeaderClassName
{
color: #F465DF;
}
.AnyTagClassName
{
color: #F465DF;
}
</style>
background-color css
<style>
a { background-color: #F465DF; }
a { background-color: rgb(244,101,223); }
div.DivClassName
{
background-color: #F465DF;
}
.BgClassName
{
background-color: #F465DF;
}
</style>
border-color css
<style>
span { border-color: #F465DF; }
span { border-color: rgb(244,101,223); }
td.TdClassName
{
border-color: #F465DF;
}
.TagClassName
{
border-color: #F465DF;
}
</style>