Html Css Color HEX #F168D5 Free Speech Magenta
📋 copy color: '#F168D5'red 241 ◦ green 104 ◦ blue 213
Shades of Free Speech Magenta #F168D5
Tints of Free Speech Magenta #F168D5
RGB
CMYK
RGB Variations
Color information
#F168D5 (or 0xF168D5) is known color: Free Speech Magenta. HEX triplet: F1, 68 and D5. RGB value is (241,104,213). Sum of RGB (Red+Green+Blue) = 241+104+213=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F168D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168D5 is #0E972A. Grayscale: #9D9D9D. Windows color (decimal): -956203 or 13986033. OLE color: 13986033.
HSL color Cylindrical-coordinate representation of color #F168D5: hue angle of 312.26º 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 #F168D5 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 213 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.05 |
| HSL | 312.26º | 0.83% | 0.68% | - |
| HSV(B) | 312.26º | 0.57% | 0.95% | - |
| XYZ | 53.24 | 33.41 | 66.59 | - |
| YUV | 157.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 213 | 0 | 0.57 | 0.12 | 0.05 | 312.26 | 0.83 | 0.68 |
| Hex | F1 | 68 | D5 | 0 | 39 | C | 5 | 138 | 53 | 44 |
| Octal | 361 | 150 | 325 | 0 | 71 | 14 | 5 | 470 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11010101 | 0 | 111001 | 1100 | 101 | 100111000 | 1010011 | 1000100 |
Color Harmonies of #F168D5
Complementary color
Monochromatic Colors of #F168D5
Black with #F168D5
Text Example
Text Example
White with #F168D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168D5; }
p { color: rgb(241,104,213); }
H1.HeaderClassName
{
color: #F168D5;
}
.AnyTagClassName
{
color: #F168D5;
}
</style>
background-color css
<style>
a { background-color: #F168D5; }
a { background-color: rgb(241,104,213); }
div.DivClassName
{
background-color: #F168D5;
}
.BgClassName
{
background-color: #F168D5;
}
</style>
border-color css
<style>
span { border-color: #F168D5; }
span { border-color: rgb(241,104,213); }
td.TdClassName
{
border-color: #F168D5;
}
.TagClassName
{
border-color: #F168D5;
}
</style>