Html Css Color HEX #F263D4 Free Speech Magenta
📋 copy color: '#F263D4'red 242 ◦ green 99 ◦ blue 212
Shades of Free Speech Magenta #F263D4
Tints of Free Speech Magenta #F263D4
RGB
CMYK
RGB Variations
Color information
#F263D4 (or 0xF263D4) is known color: Free Speech Magenta. HEX triplet: F2, 63 and D4. RGB value is (242,99,212). Sum of RGB (Red+Green+Blue) = 242+99+212=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F263D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263D4 is #0D9C2B. Grayscale: #9A9A9A. Windows color (decimal): -891948 or 13919218. OLE color: 13919218.
HSL color Cylindrical-coordinate representation of color #F263D4: hue angle of 312.59º 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 #F263D4 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 212 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.05 |
| HSL | 312.59º | 0.85% | 0.67% | - |
| HSV(B) | 312.59º | 0.59% | 0.95% | - |
| XYZ | 52.96 | 32.55 | 65.78 | - |
| YUV | 154.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 212 | 0 | 0.59 | 0.12 | 0.05 | 312.59 | 0.85 | 0.67 |
| Hex | F2 | 63 | D4 | 0 | 3B | C | 5 | 139 | 55 | 43 |
| Octal | 362 | 143 | 324 | 0 | 73 | 14 | 5 | 471 | 125 | 103 |
| Binary | 11110010 | 1100011 | 11010100 | 0 | 111011 | 1100 | 101 | 100111001 | 1010101 | 1000011 |
Color Harmonies of #F263D4
Complementary color
Monochromatic Colors of #F263D4
Black with #F263D4
Text Example
Text Example
White with #F263D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263D4; }
p { color: rgb(242,99,212); }
H1.HeaderClassName
{
color: #F263D4;
}
.AnyTagClassName
{
color: #F263D4;
}
</style>
background-color css
<style>
a { background-color: #F263D4; }
a { background-color: rgb(242,99,212); }
div.DivClassName
{
background-color: #F263D4;
}
.BgClassName
{
background-color: #F263D4;
}
</style>
border-color css
<style>
span { border-color: #F263D4; }
span { border-color: rgb(242,99,212); }
td.TdClassName
{
border-color: #F263D4;
}
.TagClassName
{
border-color: #F263D4;
}
</style>