Html Css Color HEX #F74CDB Free Speech Magenta
📋 copy color: '#F74CDB'red 247 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #F74CDB
Tints of Free Speech Magenta #F74CDB
RGB
CMYK
RGB Variations
Color information
#F74CDB (or 0xF74CDB) is known color: Free Speech Magenta. HEX triplet: F7, 4C and DB. RGB value is (247,76,219). Sum of RGB (Red+Green+Blue) = 247+76+219=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 76 (30.08% from 255 or 14.02% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74CDB is #08B324. Grayscale: #8F8F8F. Windows color (decimal): -570149 or 14372087. OLE color: 14372087.
HSL color Cylindrical-coordinate representation of color #F74CDB: hue angle of 309.82º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74CDB is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 219 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.03 |
| HSL | 309.82º | 0.91% | 0.63% | - |
| HSV(B) | 309.82º | 0.69% | 0.97% | - |
| XYZ | 53.73 | 30.06 | 69.99 | - |
| YUV | 143.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 219 | 0 | 0.69 | 0.11 | 0.03 | 309.82 | 0.91 | 0.63 |
| Hex | F7 | 4C | DB | 0 | 45 | B | 3 | 136 | 5B | 3F |
| Octal | 367 | 114 | 333 | 0 | 105 | 13 | 3 | 466 | 133 | 77 |
| Binary | 11110111 | 1001100 | 11011011 | 0 | 1000101 | 1011 | 11 | 100110110 | 1011011 | 111111 |
Color Harmonies of #F74CDB
Complementary color
Monochromatic Colors of #F74CDB
Black with #F74CDB
Text Example
Text Example
White with #F74CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74CDB; }
p { color: rgb(247,76,219); }
H1.HeaderClassName
{
color: #F74CDB;
}
.AnyTagClassName
{
color: #F74CDB;
}
</style>
background-color css
<style>
a { background-color: #F74CDB; }
a { background-color: rgb(247,76,219); }
div.DivClassName
{
background-color: #F74CDB;
}
.BgClassName
{
background-color: #F74CDB;
}
</style>
border-color css
<style>
span { border-color: #F74CDB; }
span { border-color: rgb(247,76,219); }
td.TdClassName
{
border-color: #F74CDB;
}
.TagClassName
{
border-color: #F74CDB;
}
</style>