Html Css Color HEX #F65FDB Free Speech Magenta
📋 copy color: '#F65FDB'red 246 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #F65FDB
Tints of Free Speech Magenta #F65FDB
RGB
CMYK
RGB Variations
Color information
#F65FDB (or 0xF65FDB) is known color: Free Speech Magenta. HEX triplet: F6, 5F and DB. RGB value is (246,95,219). Sum of RGB (Red+Green+Blue) = 246+95+219=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FDB is #09A024. Grayscale: #999999. Windows color (decimal): -630821 or 14376950. OLE color: 14376950.
HSL color Cylindrical-coordinate representation of color #F65FDB: hue angle of 310.73º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FDB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 219 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.04 |
| HSL | 310.73º | 0.89% | 0.67% | - |
| HSV(B) | 310.73º | 0.61% | 0.96% | - |
| XYZ | 54.88 | 32.89 | 70.47 | - |
| YUV | 154.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 219 | 0 | 0.61 | 0.11 | 0.04 | 310.73 | 0.89 | 0.67 |
| Hex | F6 | 5F | DB | 0 | 3D | B | 4 | 137 | 59 | 43 |
| Octal | 366 | 137 | 333 | 0 | 75 | 13 | 4 | 467 | 131 | 103 |
| Binary | 11110110 | 1011111 | 11011011 | 0 | 111101 | 1011 | 100 | 100110111 | 1011001 | 1000011 |
Color Harmonies of #F65FDB
Complementary color
Monochromatic Colors of #F65FDB
Black with #F65FDB
Text Example
Text Example
White with #F65FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FDB; }
p { color: rgb(246,95,219); }
H1.HeaderClassName
{
color: #F65FDB;
}
.AnyTagClassName
{
color: #F65FDB;
}
</style>
background-color css
<style>
a { background-color: #F65FDB; }
a { background-color: rgb(246,95,219); }
div.DivClassName
{
background-color: #F65FDB;
}
.BgClassName
{
background-color: #F65FDB;
}
</style>
border-color css
<style>
span { border-color: #F65FDB; }
span { border-color: rgb(246,95,219); }
td.TdClassName
{
border-color: #F65FDB;
}
.TagClassName
{
border-color: #F65FDB;
}
</style>