Html Css Color HEX #F153DB Free Speech Magenta
📋 copy color: '#F153DB'red 241 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #F153DB
Tints of Free Speech Magenta #F153DB
RGB
CMYK
RGB Variations
Color information
#F153DB (or 0xF153DB) is known color: Free Speech Magenta. HEX triplet: F1, 53 and DB. RGB value is (241,83,219). Sum of RGB (Red+Green+Blue) = 241+83+219=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F153DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153DB is #0EAC24. Grayscale: #919191. Windows color (decimal): -961573 or 14373873. OLE color: 14373873.
HSL color Cylindrical-coordinate representation of color #F153DB: hue angle of 308.35º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F153DB is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 219 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.05 |
| HSL | 308.35º | 0.85% | 0.64% | - |
| HSV(B) | 308.35º | 0.66% | 0.95% | - |
| XYZ | 52.16 | 30 | 70.06 | - |
| YUV | 145.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 219 | 0 | 0.66 | 0.09 | 0.05 | 308.35 | 0.85 | 0.64 |
| Hex | F1 | 53 | DB | 0 | 42 | 9 | 5 | 134 | 55 | 40 |
| Octal | 361 | 123 | 333 | 0 | 102 | 11 | 5 | 464 | 125 | 100 |
| Binary | 11110001 | 1010011 | 11011011 | 0 | 1000010 | 1001 | 101 | 100110100 | 1010101 | 1000000 |
Color Harmonies of #F153DB
Complementary color
Monochromatic Colors of #F153DB
Black with #F153DB
Text Example
Text Example
White with #F153DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153DB; }
p { color: rgb(241,83,219); }
H1.HeaderClassName
{
color: #F153DB;
}
.AnyTagClassName
{
color: #F153DB;
}
</style>
background-color css
<style>
a { background-color: #F153DB; }
a { background-color: rgb(241,83,219); }
div.DivClassName
{
background-color: #F153DB;
}
.BgClassName
{
background-color: #F153DB;
}
</style>
border-color css
<style>
span { border-color: #F153DB; }
span { border-color: rgb(241,83,219); }
td.TdClassName
{
border-color: #F153DB;
}
.TagClassName
{
border-color: #F153DB;
}
</style>