Html Css Color HEX #F653CA Free Speech Magenta
📋 copy color: '#F653CA'red 246 ◦ green 83 ◦ blue 202
Shades of Free Speech Magenta #F653CA
Tints of Free Speech Magenta #F653CA
RGB
CMYK
RGB Variations
Color information
#F653CA (or 0xF653CA) is known color: Free Speech Magenta. HEX triplet: F6, 53 and CA. RGB value is (246,83,202). Sum of RGB (Red+Green+Blue) = 246+83+202=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F653CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653CA is #09AC35. Grayscale: #909090. Windows color (decimal): -633910 or 13259766. OLE color: 13259766.
HSL color Cylindrical-coordinate representation of color #F653CA: hue angle of 316.2º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F653CA is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 202 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.04 |
| HSL | 316.2º | 0.9% | 0.65% | - |
| HSV(B) | 316.2º | 0.66% | 0.96% | - |
| XYZ | 51.76 | 30.04 | 58.95 | - |
| YUV | 145.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 202 | 0 | 0.66 | 0.18 | 0.04 | 316.2 | 0.9 | 0.65 |
| Hex | F6 | 53 | CA | 0 | 42 | 12 | 4 | 13C | 5A | 41 |
| Octal | 366 | 123 | 312 | 0 | 102 | 22 | 4 | 474 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11001010 | 0 | 1000010 | 10010 | 100 | 100111100 | 1011010 | 1000001 |
Color Harmonies of #F653CA
Complementary color
Monochromatic Colors of #F653CA
Black with #F653CA
Text Example
Text Example
White with #F653CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653CA; }
p { color: rgb(246,83,202); }
H1.HeaderClassName
{
color: #F653CA;
}
.AnyTagClassName
{
color: #F653CA;
}
</style>
background-color css
<style>
a { background-color: #F653CA; }
a { background-color: rgb(246,83,202); }
div.DivClassName
{
background-color: #F653CA;
}
.BgClassName
{
background-color: #F653CA;
}
</style>
border-color css
<style>
span { border-color: #F653CA; }
span { border-color: rgb(246,83,202); }
td.TdClassName
{
border-color: #F653CA;
}
.TagClassName
{
border-color: #F653CA;
}
</style>