Html Css Color HEX #F652CE Free Speech Magenta
📋 copy color: '#F652CE'red 246 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #F652CE
Tints of Free Speech Magenta #F652CE
RGB
CMYK
RGB Variations
Color information
#F652CE (or 0xF652CE) is known color: Free Speech Magenta. HEX triplet: F6, 52 and CE. RGB value is (246,82,206). Sum of RGB (Red+Green+Blue) = 246+82+206=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F652CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F652CE is #09AD31. Grayscale: #909090. Windows color (decimal): -634162 or 13521654. OLE color: 13521654.
HSL color Cylindrical-coordinate representation of color #F652CE: hue angle of 314.63º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F652CE is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 206 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.04 |
| HSL | 314.63º | 0.9% | 0.64% | - |
| HSV(B) | 314.63º | 0.67% | 0.96% | - |
| XYZ | 52.16 | 30.08 | 61.45 | - |
| YUV | 145.17 | 162.33 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 206 | 0 | 0.67 | 0.16 | 0.04 | 314.63 | 0.9 | 0.64 |
| Hex | F6 | 52 | CE | 0 | 43 | 10 | 4 | 13B | 5A | 40 |
| Octal | 366 | 122 | 316 | 0 | 103 | 20 | 4 | 473 | 132 | 100 |
| Binary | 11110110 | 1010010 | 11001110 | 0 | 1000011 | 10000 | 100 | 100111011 | 1011010 | 1000000 |
Color Harmonies of #F652CE
Complementary color
Monochromatic Colors of #F652CE
Black with #F652CE
Text Example
Text Example
White with #F652CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652CE; }
p { color: rgb(246,82,206); }
H1.HeaderClassName
{
color: #F652CE;
}
.AnyTagClassName
{
color: #F652CE;
}
</style>
background-color css
<style>
a { background-color: #F652CE; }
a { background-color: rgb(246,82,206); }
div.DivClassName
{
background-color: #F652CE;
}
.BgClassName
{
background-color: #F652CE;
}
</style>
border-color css
<style>
span { border-color: #F652CE; }
span { border-color: rgb(246,82,206); }
td.TdClassName
{
border-color: #F652CE;
}
.TagClassName
{
border-color: #F652CE;
}
</style>