Html Css Color HEX #F460D7 Free Speech Magenta
📋 copy color: '#F460D7'red 244 ◦ green 96 ◦ blue 215
Shades of Free Speech Magenta #F460D7
Tints of Free Speech Magenta #F460D7
RGB
CMYK
RGB Variations
Color information
#F460D7 (or 0xF460D7) is known color: Free Speech Magenta. HEX triplet: F4, 60 and D7. RGB value is (244,96,215). Sum of RGB (Red+Green+Blue) = 244+96+215=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F460D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F460D7 is #0B9F28. Grayscale: #999999. Windows color (decimal): -761641 or 14115060. OLE color: 14115060.
HSL color Cylindrical-coordinate representation of color #F460D7: hue angle of 311.76º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460D7 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 215 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.04 |
| HSL | 311.76º | 0.87% | 0.67% | - |
| HSV(B) | 311.76º | 0.61% | 0.96% | - |
| XYZ | 53.76 | 32.51 | 67.73 | - |
| YUV | 153.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 215 | 0 | 0.61 | 0.12 | 0.04 | 311.76 | 0.87 | 0.67 |
| Hex | F4 | 60 | D7 | 0 | 3D | C | 4 | 138 | 57 | 43 |
| Octal | 364 | 140 | 327 | 0 | 75 | 14 | 4 | 470 | 127 | 103 |
| Binary | 11110100 | 1100000 | 11010111 | 0 | 111101 | 1100 | 100 | 100111000 | 1010111 | 1000011 |
Color Harmonies of #F460D7
Complementary color
Monochromatic Colors of #F460D7
Black with #F460D7
Text Example
Text Example
White with #F460D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F460D7; }
p { color: rgb(244,96,215); }
H1.HeaderClassName
{
color: #F460D7;
}
.AnyTagClassName
{
color: #F460D7;
}
</style>
background-color css
<style>
a { background-color: #F460D7; }
a { background-color: rgb(244,96,215); }
div.DivClassName
{
background-color: #F460D7;
}
.BgClassName
{
background-color: #F460D7;
}
</style>
border-color css
<style>
span { border-color: #F460D7; }
span { border-color: rgb(244,96,215); }
td.TdClassName
{
border-color: #F460D7;
}
.TagClassName
{
border-color: #F460D7;
}
</style>