Html Css Color HEX #F168D4 Free Speech Magenta
📋 copy color: '#F168D4'red 241 ◦ green 104 ◦ blue 212
Shades of Free Speech Magenta #F168D4
Tints of Free Speech Magenta #F168D4
RGB
CMYK
RGB Variations
Color information
#F168D4 (or 0xF168D4) is known color: Free Speech Magenta. HEX triplet: F1, 68 and D4. RGB value is (241,104,212). Sum of RGB (Red+Green+Blue) = 241+104+212=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F168D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168D4 is #0E972B. Grayscale: #9C9C9C. Windows color (decimal): -956204 or 13920497. OLE color: 13920497.
HSL color Cylindrical-coordinate representation of color #F168D4: hue angle of 312.7º degrees, saturation: 0.83, 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 #F168D4 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 212 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.05 |
| HSL | 312.7º | 0.83% | 0.68% | - |
| HSV(B) | 312.7º | 0.57% | 0.95% | - |
| XYZ | 53.11 | 33.35 | 65.93 | - |
| YUV | 157.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 212 | 0 | 0.57 | 0.12 | 0.05 | 312.7 | 0.83 | 0.68 |
| Hex | F1 | 68 | D4 | 0 | 39 | C | 5 | 139 | 53 | 44 |
| Octal | 361 | 150 | 324 | 0 | 71 | 14 | 5 | 471 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11010100 | 0 | 111001 | 1100 | 101 | 100111001 | 1010011 | 1000100 |
Color Harmonies of #F168D4
Complementary color
Monochromatic Colors of #F168D4
Black with #F168D4
Text Example
Text Example
White with #F168D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168D4; }
p { color: rgb(241,104,212); }
H1.HeaderClassName
{
color: #F168D4;
}
.AnyTagClassName
{
color: #F168D4;
}
</style>
background-color css
<style>
a { background-color: #F168D4; }
a { background-color: rgb(241,104,212); }
div.DivClassName
{
background-color: #F168D4;
}
.BgClassName
{
background-color: #F168D4;
}
</style>
border-color css
<style>
span { border-color: #F168D4; }
span { border-color: rgb(241,104,212); }
td.TdClassName
{
border-color: #F168D4;
}
.TagClassName
{
border-color: #F168D4;
}
</style>