Html Css Color HEX #F253C7 Free Speech Magenta
📋 copy color: '#F253C7'red 242 ◦ green 83 ◦ blue 199
Shades of Free Speech Magenta #F253C7
Tints of Free Speech Magenta #F253C7
RGB
CMYK
RGB Variations
Color information
#F253C7 (or 0xF253C7) is known color: Free Speech Magenta. HEX triplet: F2, 53 and C7. RGB value is (242,83,199). Sum of RGB (Red+Green+Blue) = 242+83+199=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F253C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253C7 is #0DAC38. Grayscale: #8F8F8F. Windows color (decimal): -896057 or 13063154. OLE color: 13063154.
HSL color Cylindrical-coordinate representation of color #F253C7: hue angle of 316.23º 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 #F253C7 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 199 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.05 |
| HSL | 316.23º | 0.86% | 0.64% | - |
| HSV(B) | 316.23º | 0.66% | 0.95% | - |
| XYZ | 50.02 | 29.19 | 57.03 | - |
| YUV | 143.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 199 | 0 | 0.66 | 0.18 | 0.05 | 316.23 | 0.86 | 0.64 |
| Hex | F2 | 53 | C7 | 0 | 42 | 12 | 5 | 13C | 56 | 40 |
| Octal | 362 | 123 | 307 | 0 | 102 | 22 | 5 | 474 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11000111 | 0 | 1000010 | 10010 | 101 | 100111100 | 1010110 | 1000000 |
Color Harmonies of #F253C7
Complementary color
Monochromatic Colors of #F253C7
Black with #F253C7
Text Example
Text Example
White with #F253C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253C7; }
p { color: rgb(242,83,199); }
H1.HeaderClassName
{
color: #F253C7;
}
.AnyTagClassName
{
color: #F253C7;
}
</style>
background-color css
<style>
a { background-color: #F253C7; }
a { background-color: rgb(242,83,199); }
div.DivClassName
{
background-color: #F253C7;
}
.BgClassName
{
background-color: #F253C7;
}
</style>
border-color css
<style>
span { border-color: #F253C7; }
span { border-color: rgb(242,83,199); }
td.TdClassName
{
border-color: #F253C7;
}
.TagClassName
{
border-color: #F253C7;
}
</style>