Html Css Color HEX #F167D8 Free Speech Magenta
📋 copy color: '#F167D8'red 241 ◦ green 103 ◦ blue 216
Shades of Free Speech Magenta #F167D8
Tints of Free Speech Magenta #F167D8
RGB
CMYK
RGB Variations
Color information
#F167D8 (or 0xF167D8) is known color: Free Speech Magenta. HEX triplet: F1, 67 and D8. RGB value is (241,103,216). Sum of RGB (Red+Green+Blue) = 241+103+216=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F167D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F167D8 is #0E9827. Grayscale: #9C9C9C. Windows color (decimal): -956456 or 14182385. OLE color: 14182385.
HSL color Cylindrical-coordinate representation of color #F167D8: hue angle of 310.87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F167D8 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 216 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.05 |
| HSL | 310.87º | 0.83% | 0.67% | - |
| HSV(B) | 310.87º | 0.57% | 0.95% | - |
| XYZ | 53.52 | 33.36 | 68.58 | - |
| YUV | 157.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 216 | 0 | 0.57 | 0.10 | 0.05 | 310.87 | 0.83 | 0.67 |
| Hex | F1 | 67 | D8 | 0 | 39 | A | 5 | 137 | 53 | 43 |
| Octal | 361 | 147 | 330 | 0 | 71 | 12 | 5 | 467 | 123 | 103 |
| Binary | 11110001 | 1100111 | 11011000 | 0 | 111001 | 1010 | 101 | 100110111 | 1010011 | 1000011 |
Color Harmonies of #F167D8
Complementary color
Monochromatic Colors of #F167D8
Black with #F167D8
Text Example
Text Example
White with #F167D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167D8; }
p { color: rgb(241,103,216); }
H1.HeaderClassName
{
color: #F167D8;
}
.AnyTagClassName
{
color: #F167D8;
}
</style>
background-color css
<style>
a { background-color: #F167D8; }
a { background-color: rgb(241,103,216); }
div.DivClassName
{
background-color: #F167D8;
}
.BgClassName
{
background-color: #F167D8;
}
</style>
border-color css
<style>
span { border-color: #F167D8; }
span { border-color: rgb(241,103,216); }
td.TdClassName
{
border-color: #F167D8;
}
.TagClassName
{
border-color: #F167D8;
}
</style>