Html Css Color HEX #F253C5 Free Speech Magenta
📋 copy color: '#F253C5'red 242 ◦ green 83 ◦ blue 197
Shades of Free Speech Magenta #F253C5
Tints of Free Speech Magenta #F253C5
RGB
CMYK
RGB Variations
Color information
#F253C5 (or 0xF253C5) is known color: Free Speech Magenta. HEX triplet: F2, 53 and C5. RGB value is (242,83,197). Sum of RGB (Red+Green+Blue) = 242+83+197=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F253C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253C5 is #0DAC3A. Grayscale: #8F8F8F. Windows color (decimal): -896059 or 12932082. OLE color: 12932082.
HSL color Cylindrical-coordinate representation of color #F253C5: hue angle of 316.98º 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 #F253C5 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 197 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.05 |
| HSL | 316.98º | 0.86% | 0.64% | - |
| HSV(B) | 316.98º | 0.66% | 0.95% | - |
| XYZ | 49.79 | 29.09 | 55.82 | - |
| YUV | 143.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 197 | 0 | 0.66 | 0.19 | 0.05 | 316.98 | 0.86 | 0.64 |
| Hex | F2 | 53 | C5 | 0 | 42 | 13 | 5 | 13D | 56 | 40 |
| Octal | 362 | 123 | 305 | 0 | 102 | 23 | 5 | 475 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11000101 | 0 | 1000010 | 10011 | 101 | 100111101 | 1010110 | 1000000 |
Color Harmonies of #F253C5
Complementary color
Monochromatic Colors of #F253C5
Black with #F253C5
Text Example
Text Example
White with #F253C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253C5; }
p { color: rgb(242,83,197); }
H1.HeaderClassName
{
color: #F253C5;
}
.AnyTagClassName
{
color: #F253C5;
}
</style>
background-color css
<style>
a { background-color: #F253C5; }
a { background-color: rgb(242,83,197); }
div.DivClassName
{
background-color: #F253C5;
}
.BgClassName
{
background-color: #F253C5;
}
</style>
border-color css
<style>
span { border-color: #F253C5; }
span { border-color: rgb(242,83,197); }
td.TdClassName
{
border-color: #F253C5;
}
.TagClassName
{
border-color: #F253C5;
}
</style>