Html Css Color HEX #F75CDB Free Speech Magenta
📋 copy color: '#F75CDB'red 247 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #F75CDB
Tints of Free Speech Magenta #F75CDB
RGB
CMYK
RGB Variations
Color information
#F75CDB (or 0xF75CDB) is known color: Free Speech Magenta. HEX triplet: F7, 5C and DB. RGB value is (247,92,219). Sum of RGB (Red+Green+Blue) = 247+92+219=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CDB is #08A324. Grayscale: #989898. Windows color (decimal): -566053 or 14376183. OLE color: 14376183.
HSL color Cylindrical-coordinate representation of color #F75CDB: hue angle of 310.84º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CDB is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 219 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.03 |
| HSL | 310.84º | 0.91% | 0.66% | - |
| HSV(B) | 310.84º | 0.63% | 0.97% | - |
| XYZ | 54.97 | 32.54 | 70.4 | - |
| YUV | 152.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 219 | 0 | 0.63 | 0.11 | 0.03 | 310.84 | 0.91 | 0.66 |
| Hex | F7 | 5C | DB | 0 | 3F | B | 3 | 137 | 5B | 42 |
| Octal | 367 | 134 | 333 | 0 | 77 | 13 | 3 | 467 | 133 | 102 |
| Binary | 11110111 | 1011100 | 11011011 | 0 | 111111 | 1011 | 11 | 100110111 | 1011011 | 1000010 |
Color Harmonies of #F75CDB
Complementary color
Monochromatic Colors of #F75CDB
Black with #F75CDB
Text Example
Text Example
White with #F75CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75CDB; }
p { color: rgb(247,92,219); }
H1.HeaderClassName
{
color: #F75CDB;
}
.AnyTagClassName
{
color: #F75CDB;
}
</style>
background-color css
<style>
a { background-color: #F75CDB; }
a { background-color: rgb(247,92,219); }
div.DivClassName
{
background-color: #F75CDB;
}
.BgClassName
{
background-color: #F75CDB;
}
</style>
border-color css
<style>
span { border-color: #F75CDB; }
span { border-color: rgb(247,92,219); }
td.TdClassName
{
border-color: #F75CDB;
}
.TagClassName
{
border-color: #F75CDB;
}
</style>