Html Css Color HEX #F253DB Free Speech Magenta
📋 copy color: '#F253DB'red 242 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #F253DB
Tints of Free Speech Magenta #F253DB
RGB
CMYK
RGB Variations
Color information
#F253DB (or 0xF253DB) is known color: Free Speech Magenta. HEX triplet: F2, 53 and DB. RGB value is (242,83,219). Sum of RGB (Red+Green+Blue) = 242+83+219=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F253DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253DB is #0DAC24. Grayscale: #919191. Windows color (decimal): -896037 or 14373874. OLE color: 14373874.
HSL color Cylindrical-coordinate representation of color #F253DB: hue angle of 308.68º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253DB is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 219 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.05 |
| HSL | 308.68º | 0.86% | 0.64% | - |
| HSV(B) | 308.68º | 0.66% | 0.95% | - |
| XYZ | 52.5 | 30.18 | 70.08 | - |
| YUV | 146.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 219 | 0 | 0.66 | 0.10 | 0.05 | 308.68 | 0.86 | 0.64 |
| Hex | F2 | 53 | DB | 0 | 42 | A | 5 | 135 | 56 | 40 |
| Octal | 362 | 123 | 333 | 0 | 102 | 12 | 5 | 465 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11011011 | 0 | 1000010 | 1010 | 101 | 100110101 | 1010110 | 1000000 |
Color Harmonies of #F253DB
Complementary color
Monochromatic Colors of #F253DB
Black with #F253DB
Text Example
Text Example
White with #F253DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253DB; }
p { color: rgb(242,83,219); }
H1.HeaderClassName
{
color: #F253DB;
}
.AnyTagClassName
{
color: #F253DB;
}
</style>
background-color css
<style>
a { background-color: #F253DB; }
a { background-color: rgb(242,83,219); }
div.DivClassName
{
background-color: #F253DB;
}
.BgClassName
{
background-color: #F253DB;
}
</style>
border-color css
<style>
span { border-color: #F253DB; }
span { border-color: rgb(242,83,219); }
td.TdClassName
{
border-color: #F253DB;
}
.TagClassName
{
border-color: #F253DB;
}
</style>