Html Css Color HEX #F165D4 Free Speech Magenta
📋 copy color: '#F165D4'red 241 ◦ green 101 ◦ blue 212
Shades of Free Speech Magenta #F165D4
Tints of Free Speech Magenta #F165D4
RGB
CMYK
RGB Variations
Color information
#F165D4 (or 0xF165D4) is known color: Free Speech Magenta. HEX triplet: F1, 65 and D4. RGB value is (241,101,212). Sum of RGB (Red+Green+Blue) = 241+101+212=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F165D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165D4 is #0E9A2B. Grayscale: #9B9B9B. Windows color (decimal): -956972 or 13919729. OLE color: 13919729.
HSL color Cylindrical-coordinate representation of color #F165D4: hue angle of 312.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165D4 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 212 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.05 |
| HSL | 312.43º | 0.83% | 0.67% | - |
| HSV(B) | 312.43º | 0.58% | 0.95% | - |
| XYZ | 52.81 | 32.76 | 65.83 | - |
| YUV | 155.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 212 | 0 | 0.58 | 0.12 | 0.05 | 312.43 | 0.83 | 0.67 |
| Hex | F1 | 65 | D4 | 0 | 3A | C | 5 | 138 | 53 | 43 |
| Octal | 361 | 145 | 324 | 0 | 72 | 14 | 5 | 470 | 123 | 103 |
| Binary | 11110001 | 1100101 | 11010100 | 0 | 111010 | 1100 | 101 | 100111000 | 1010011 | 1000011 |
Color Harmonies of #F165D4
Complementary color
Monochromatic Colors of #F165D4
Black with #F165D4
Text Example
Text Example
White with #F165D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165D4; }
p { color: rgb(241,101,212); }
H1.HeaderClassName
{
color: #F165D4;
}
.AnyTagClassName
{
color: #F165D4;
}
</style>
background-color css
<style>
a { background-color: #F165D4; }
a { background-color: rgb(241,101,212); }
div.DivClassName
{
background-color: #F165D4;
}
.BgClassName
{
background-color: #F165D4;
}
</style>
border-color css
<style>
span { border-color: #F165D4; }
span { border-color: rgb(241,101,212); }
td.TdClassName
{
border-color: #F165D4;
}
.TagClassName
{
border-color: #F165D4;
}
</style>