Html Css Color HEX #F165DB Free Speech Magenta
📋 copy color: '#F165DB'red 241 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #F165DB
Tints of Free Speech Magenta #F165DB
RGB
CMYK
RGB Variations
Color information
#F165DB (or 0xF165DB) is known color: Free Speech Magenta. HEX triplet: F1, 65 and DB. RGB value is (241,101,219). Sum of RGB (Red+Green+Blue) = 241+101+219=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F165DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165DB is #0E9A24. Grayscale: #9B9B9B. Windows color (decimal): -956965 or 14378481. OLE color: 14378481.
HSL color Cylindrical-coordinate representation of color #F165DB: hue angle of 309.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 #F165DB is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 219 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.05 |
| HSL | 309.43º | 0.83% | 0.67% | - |
| HSV(B) | 309.43º | 0.58% | 0.95% | - |
| XYZ | 53.72 | 33.12 | 70.58 | - |
| YUV | 156.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 219 | 0 | 0.58 | 0.09 | 0.05 | 309.43 | 0.83 | 0.67 |
| Hex | F1 | 65 | DB | 0 | 3A | 9 | 5 | 135 | 53 | 43 |
| Octal | 361 | 145 | 333 | 0 | 72 | 11 | 5 | 465 | 123 | 103 |
| Binary | 11110001 | 1100101 | 11011011 | 0 | 111010 | 1001 | 101 | 100110101 | 1010011 | 1000011 |
Color Harmonies of #F165DB
Complementary color
Monochromatic Colors of #F165DB
Black with #F165DB
Text Example
Text Example
White with #F165DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165DB; }
p { color: rgb(241,101,219); }
H1.HeaderClassName
{
color: #F165DB;
}
.AnyTagClassName
{
color: #F165DB;
}
</style>
background-color css
<style>
a { background-color: #F165DB; }
a { background-color: rgb(241,101,219); }
div.DivClassName
{
background-color: #F165DB;
}
.BgClassName
{
background-color: #F165DB;
}
</style>
border-color css
<style>
span { border-color: #F165DB; }
span { border-color: rgb(241,101,219); }
td.TdClassName
{
border-color: #F165DB;
}
.TagClassName
{
border-color: #F165DB;
}
</style>