Html Css Color HEX #FA62DB Free Speech Magenta
📋 copy color: '#FA62DB'red 250 ◦ green 98 ◦ blue 219
Shades of Free Speech Magenta #FA62DB
Tints of Free Speech Magenta #FA62DB
RGB
CMYK
RGB Variations
Color information
#FA62DB (or 0xFA62DB) is known color: Free Speech Magenta. HEX triplet: FA, 62 and DB. RGB value is (250,98,219). Sum of RGB (Red+Green+Blue) = 250+98+219=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 98 (38.67% from 255 or 17.28% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA62DB is #059D24. Grayscale: #9C9C9C. Windows color (decimal): -367909 or 14377722. OLE color: 14377722.
HSL color Cylindrical-coordinate representation of color #FA62DB: hue angle of 312.24º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA62DB is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 219 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.02 |
| HSL | 312.24º | 0.94% | 0.68% | - |
| HSV(B) | 312.24º | 0.61% | 0.98% | - |
| XYZ | 56.58 | 34.17 | 70.63 | - |
| YUV | 157.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 219 | 0 | 0.61 | 0.12 | 0.02 | 312.24 | 0.94 | 0.68 |
| Hex | FA | 62 | DB | 0 | 3D | C | 2 | 138 | 5E | 44 |
| Octal | 372 | 142 | 333 | 0 | 75 | 14 | 2 | 470 | 136 | 104 |
| Binary | 11111010 | 1100010 | 11011011 | 0 | 111101 | 1100 | 10 | 100111000 | 1011110 | 1000100 |
Color Harmonies of #FA62DB
Complementary color
Monochromatic Colors of #FA62DB
Black with #FA62DB
Text Example
Text Example
White with #FA62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA62DB; }
p { color: rgb(250,98,219); }
H1.HeaderClassName
{
color: #FA62DB;
}
.AnyTagClassName
{
color: #FA62DB;
}
</style>
background-color css
<style>
a { background-color: #FA62DB; }
a { background-color: rgb(250,98,219); }
div.DivClassName
{
background-color: #FA62DB;
}
.BgClassName
{
background-color: #FA62DB;
}
</style>
border-color css
<style>
span { border-color: #FA62DB; }
span { border-color: rgb(250,98,219); }
td.TdClassName
{
border-color: #FA62DB;
}
.TagClassName
{
border-color: #FA62DB;
}
</style>