Html Css Color HEX #F262D4 Free Speech Magenta
📋 copy color: '#F262D4'red 242 ◦ green 98 ◦ blue 212
Shades of Free Speech Magenta #F262D4
Tints of Free Speech Magenta #F262D4
RGB
CMYK
RGB Variations
Color information
#F262D4 (or 0xF262D4) is known color: Free Speech Magenta. HEX triplet: F2, 62 and D4. RGB value is (242,98,212). Sum of RGB (Red+Green+Blue) = 242+98+212=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F262D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F262D4 is #0D9D2B. Grayscale: #999999. Windows color (decimal): -892204 or 13918962. OLE color: 13918962.
HSL color Cylindrical-coordinate representation of color #F262D4: hue angle of 312.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F262D4 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 212 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.05 |
| HSL | 312.5º | 0.85% | 0.67% | - |
| HSV(B) | 312.5º | 0.6% | 0.95% | - |
| XYZ | 52.87 | 32.37 | 65.75 | - |
| YUV | 154.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 212 | 0 | 0.60 | 0.12 | 0.05 | 312.5 | 0.85 | 0.67 |
| Hex | F2 | 62 | D4 | 0 | 3C | C | 5 | 138 | 55 | 43 |
| Octal | 362 | 142 | 324 | 0 | 74 | 14 | 5 | 470 | 125 | 103 |
| Binary | 11110010 | 1100010 | 11010100 | 0 | 111100 | 1100 | 101 | 100111000 | 1010101 | 1000011 |
Color Harmonies of #F262D4
Complementary color
Monochromatic Colors of #F262D4
Black with #F262D4
Text Example
Text Example
White with #F262D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262D4; }
p { color: rgb(242,98,212); }
H1.HeaderClassName
{
color: #F262D4;
}
.AnyTagClassName
{
color: #F262D4;
}
</style>
background-color css
<style>
a { background-color: #F262D4; }
a { background-color: rgb(242,98,212); }
div.DivClassName
{
background-color: #F262D4;
}
.BgClassName
{
background-color: #F262D4;
}
</style>
border-color css
<style>
span { border-color: #F262D4; }
span { border-color: rgb(242,98,212); }
td.TdClassName
{
border-color: #F262D4;
}
.TagClassName
{
border-color: #F262D4;
}
</style>