Html Css Color HEX #F253CF Free Speech Magenta
📋 copy color: '#F253CF'red 242 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #F253CF
Tints of Free Speech Magenta #F253CF
RGB
CMYK
RGB Variations
Color information
#F253CF (or 0xF253CF) is known color: Free Speech Magenta. HEX triplet: F2, 53 and CF. RGB value is (242,83,207). Sum of RGB (Red+Green+Blue) = 242+83+207=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F253CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253CF is #0DAC30. Grayscale: #909090. Windows color (decimal): -896049 or 13587442. OLE color: 13587442.
HSL color Cylindrical-coordinate representation of color #F253CF: hue angle of 313.21º 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 #F253CF is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 207 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.05 |
| HSL | 313.21º | 0.86% | 0.64% | - |
| HSV(B) | 313.21º | 0.66% | 0.95% | - |
| XYZ | 50.97 | 29.57 | 62.05 | - |
| YUV | 144.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 207 | 0 | 0.66 | 0.14 | 0.05 | 313.21 | 0.86 | 0.64 |
| Hex | F2 | 53 | CF | 0 | 42 | E | 5 | 139 | 56 | 40 |
| Octal | 362 | 123 | 317 | 0 | 102 | 16 | 5 | 471 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11001111 | 0 | 1000010 | 1110 | 101 | 100111001 | 1010110 | 1000000 |
Color Harmonies of #F253CF
Complementary color
Monochromatic Colors of #F253CF
Black with #F253CF
Text Example
Text Example
White with #F253CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253CF; }
p { color: rgb(242,83,207); }
H1.HeaderClassName
{
color: #F253CF;
}
.AnyTagClassName
{
color: #F253CF;
}
</style>
background-color css
<style>
a { background-color: #F253CF; }
a { background-color: rgb(242,83,207); }
div.DivClassName
{
background-color: #F253CF;
}
.BgClassName
{
background-color: #F253CF;
}
</style>
border-color css
<style>
span { border-color: #F253CF; }
span { border-color: rgb(242,83,207); }
td.TdClassName
{
border-color: #F253CF;
}
.TagClassName
{
border-color: #F253CF;
}
</style>