Html Css Color HEX #F767DB Free Speech Magenta
📋 copy color: '#F767DB'red 247 ◦ green 103 ◦ blue 219
Shades of Free Speech Magenta #F767DB
Tints of Free Speech Magenta #F767DB
RGB
CMYK
RGB Variations
Color information
#F767DB (or 0xF767DB) is known color: Free Speech Magenta. HEX triplet: F7, 67 and DB. RGB value is (247,103,219). Sum of RGB (Red+Green+Blue) = 247+103+219=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 103 (40.62% from 255 or 18.10% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F767DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F767DB is #089824. Grayscale: #9E9E9E. Windows color (decimal): -563237 or 14378999. OLE color: 14378999.
HSL color Cylindrical-coordinate representation of color #F767DB: hue angle of 311.67º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F767DB is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 219 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.03 |
| HSL | 311.67º | 0.9% | 0.69% | - |
| HSV(B) | 311.67º | 0.58% | 0.97% | - |
| XYZ | 55.99 | 34.59 | 70.74 | - |
| YUV | 159.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 219 | 0 | 0.58 | 0.11 | 0.03 | 311.67 | 0.9 | 0.69 |
| Hex | F7 | 67 | DB | 0 | 3A | B | 3 | 138 | 5A | 45 |
| Octal | 367 | 147 | 333 | 0 | 72 | 13 | 3 | 470 | 132 | 105 |
| Binary | 11110111 | 1100111 | 11011011 | 0 | 111010 | 1011 | 11 | 100111000 | 1011010 | 1000101 |
Color Harmonies of #F767DB
Complementary color
Monochromatic Colors of #F767DB
Black with #F767DB
Text Example
Text Example
White with #F767DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F767DB; }
p { color: rgb(247,103,219); }
H1.HeaderClassName
{
color: #F767DB;
}
.AnyTagClassName
{
color: #F767DB;
}
</style>
background-color css
<style>
a { background-color: #F767DB; }
a { background-color: rgb(247,103,219); }
div.DivClassName
{
background-color: #F767DB;
}
.BgClassName
{
background-color: #F767DB;
}
</style>
border-color css
<style>
span { border-color: #F767DB; }
span { border-color: rgb(247,103,219); }
td.TdClassName
{
border-color: #F767DB;
}
.TagClassName
{
border-color: #F767DB;
}
</style>