Html Css Color HEX #F264D5 Free Speech Magenta
📋 copy color: '#F264D5'red 242 ◦ green 100 ◦ blue 213
Shades of Free Speech Magenta #F264D5
Tints of Free Speech Magenta #F264D5
RGB
CMYK
RGB Variations
Color information
#F264D5 (or 0xF264D5) is known color: Free Speech Magenta. HEX triplet: F2, 64 and D5. RGB value is (242,100,213). Sum of RGB (Red+Green+Blue) = 242+100+213=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F264D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264D5 is #0D9B2A. Grayscale: #9B9B9B. Windows color (decimal): -891691 or 13985010. OLE color: 13985010.
HSL color Cylindrical-coordinate representation of color #F264D5: hue angle of 312.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F264D5 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 213 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.05 |
| HSL | 312.25º | 0.85% | 0.67% | - |
| HSV(B) | 312.25º | 0.59% | 0.95% | - |
| XYZ | 53.19 | 32.8 | 66.48 | - |
| YUV | 155.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 213 | 0 | 0.59 | 0.12 | 0.05 | 312.25 | 0.85 | 0.67 |
| Hex | F2 | 64 | D5 | 0 | 3B | C | 5 | 138 | 55 | 43 |
| Octal | 362 | 144 | 325 | 0 | 73 | 14 | 5 | 470 | 125 | 103 |
| Binary | 11110010 | 1100100 | 11010101 | 0 | 111011 | 1100 | 101 | 100111000 | 1010101 | 1000011 |
Color Harmonies of #F264D5
Complementary color
Monochromatic Colors of #F264D5
Black with #F264D5
Text Example
Text Example
White with #F264D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264D5; }
p { color: rgb(242,100,213); }
H1.HeaderClassName
{
color: #F264D5;
}
.AnyTagClassName
{
color: #F264D5;
}
</style>
background-color css
<style>
a { background-color: #F264D5; }
a { background-color: rgb(242,100,213); }
div.DivClassName
{
background-color: #F264D5;
}
.BgClassName
{
background-color: #F264D5;
}
</style>
border-color css
<style>
span { border-color: #F264D5; }
span { border-color: rgb(242,100,213); }
td.TdClassName
{
border-color: #F264D5;
}
.TagClassName
{
border-color: #F264D5;
}
</style>