Html Css Color HEX #F169D3 Free Speech Magenta
📋 copy color: '#F169D3'red 241 ◦ green 105 ◦ blue 211
Shades of Free Speech Magenta #F169D3
Tints of Free Speech Magenta #F169D3
RGB
CMYK
RGB Variations
Color information
#F169D3 (or 0xF169D3) is known color: Free Speech Magenta. HEX triplet: F1, 69 and D3. RGB value is (241,105,211). Sum of RGB (Red+Green+Blue) = 241+105+211=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F169D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169D3 is #0E962C. Grayscale: #9D9D9D. Windows color (decimal): -955949 or 13855217. OLE color: 13855217.
HSL color Cylindrical-coordinate representation of color #F169D3: hue angle of 313.24º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F169D3 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 211 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.05 |
| HSL | 313.24º | 0.83% | 0.68% | - |
| HSV(B) | 313.24º | 0.56% | 0.95% | - |
| XYZ | 53.09 | 33.51 | 65.3 | - |
| YUV | 157.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 211 | 0 | 0.56 | 0.12 | 0.05 | 313.24 | 0.83 | 0.68 |
| Hex | F1 | 69 | D3 | 0 | 38 | C | 5 | 139 | 53 | 44 |
| Octal | 361 | 151 | 323 | 0 | 70 | 14 | 5 | 471 | 123 | 104 |
| Binary | 11110001 | 1101001 | 11010011 | 0 | 111000 | 1100 | 101 | 100111001 | 1010011 | 1000100 |
Color Harmonies of #F169D3
Complementary color
Monochromatic Colors of #F169D3
Black with #F169D3
Text Example
Text Example
White with #F169D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169D3; }
p { color: rgb(241,105,211); }
H1.HeaderClassName
{
color: #F169D3;
}
.AnyTagClassName
{
color: #F169D3;
}
</style>
background-color css
<style>
a { background-color: #F169D3; }
a { background-color: rgb(241,105,211); }
div.DivClassName
{
background-color: #F169D3;
}
.BgClassName
{
background-color: #F169D3;
}
</style>
border-color css
<style>
span { border-color: #F169D3; }
span { border-color: rgb(241,105,211); }
td.TdClassName
{
border-color: #F169D3;
}
.TagClassName
{
border-color: #F169D3;
}
</style>