Html Css Color HEX #F268D4 Free Speech Magenta
📋 copy color: '#F268D4'red 242 ◦ green 104 ◦ blue 212
Shades of Free Speech Magenta #F268D4
Tints of Free Speech Magenta #F268D4
RGB
CMYK
RGB Variations
Color information
#F268D4 (or 0xF268D4) is known color: Free Speech Magenta. HEX triplet: F2, 68 and D4. RGB value is (242,104,212). Sum of RGB (Red+Green+Blue) = 242+104+212=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F268D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268D4 is #0D972B. Grayscale: #9D9D9D. Windows color (decimal): -890668 or 13920498. OLE color: 13920498.
HSL color Cylindrical-coordinate representation of color #F268D4: hue angle of 313.04º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F268D4 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 212 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.05 |
| HSL | 313.04º | 0.84% | 0.68% | - |
| HSV(B) | 313.04º | 0.57% | 0.95% | - |
| XYZ | 53.45 | 33.53 | 65.94 | - |
| YUV | 157.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 212 | 0 | 0.57 | 0.12 | 0.05 | 313.04 | 0.84 | 0.68 |
| Hex | F2 | 68 | D4 | 0 | 39 | C | 5 | 139 | 54 | 44 |
| Octal | 362 | 150 | 324 | 0 | 71 | 14 | 5 | 471 | 124 | 104 |
| Binary | 11110010 | 1101000 | 11010100 | 0 | 111001 | 1100 | 101 | 100111001 | 1010100 | 1000100 |
Color Harmonies of #F268D4
Complementary color
Monochromatic Colors of #F268D4
Black with #F268D4
Text Example
Text Example
White with #F268D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268D4; }
p { color: rgb(242,104,212); }
H1.HeaderClassName
{
color: #F268D4;
}
.AnyTagClassName
{
color: #F268D4;
}
</style>
background-color css
<style>
a { background-color: #F268D4; }
a { background-color: rgb(242,104,212); }
div.DivClassName
{
background-color: #F268D4;
}
.BgClassName
{
background-color: #F268D4;
}
</style>
border-color css
<style>
span { border-color: #F268D4; }
span { border-color: rgb(242,104,212); }
td.TdClassName
{
border-color: #F268D4;
}
.TagClassName
{
border-color: #F268D4;
}
</style>