Html Css Color HEX #F254DB Free Speech Magenta
📋 copy color: '#F254DB'red 242 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #F254DB
Tints of Free Speech Magenta #F254DB
RGB
CMYK
RGB Variations
Color information
#F254DB (or 0xF254DB) is known color: Free Speech Magenta. HEX triplet: F2, 54 and DB. RGB value is (242,84,219). Sum of RGB (Red+Green+Blue) = 242+84+219=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 84 (33.20% from 255 or 15.41% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F254DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254DB is #0DAB24. Grayscale: #929292. Windows color (decimal): -895781 or 14374130. OLE color: 14374130.
HSL color Cylindrical-coordinate representation of color #F254DB: hue angle of 308.73º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F254DB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 219 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.05 |
| HSL | 308.73º | 0.86% | 0.64% | - |
| HSV(B) | 308.73º | 0.65% | 0.95% | - |
| XYZ | 52.57 | 30.33 | 70.1 | - |
| YUV | 146.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 219 | 0 | 0.65 | 0.10 | 0.05 | 308.73 | 0.86 | 0.64 |
| Hex | F2 | 54 | DB | 0 | 41 | A | 5 | 135 | 56 | 40 |
| Octal | 362 | 124 | 333 | 0 | 101 | 12 | 5 | 465 | 126 | 100 |
| Binary | 11110010 | 1010100 | 11011011 | 0 | 1000001 | 1010 | 101 | 100110101 | 1010110 | 1000000 |
Color Harmonies of #F254DB
Complementary color
Monochromatic Colors of #F254DB
Black with #F254DB
Text Example
Text Example
White with #F254DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254DB; }
p { color: rgb(242,84,219); }
H1.HeaderClassName
{
color: #F254DB;
}
.AnyTagClassName
{
color: #F254DB;
}
</style>
background-color css
<style>
a { background-color: #F254DB; }
a { background-color: rgb(242,84,219); }
div.DivClassName
{
background-color: #F254DB;
}
.BgClassName
{
background-color: #F254DB;
}
</style>
border-color css
<style>
span { border-color: #F254DB; }
span { border-color: rgb(242,84,219); }
td.TdClassName
{
border-color: #F254DB;
}
.TagClassName
{
border-color: #F254DB;
}
</style>