Html Css Color HEX #F653CF Free Speech Magenta
📋 copy color: '#F653CF'red 246 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #F653CF
Tints of Free Speech Magenta #F653CF
RGB
CMYK
RGB Variations
Color information
#F653CF (or 0xF653CF) is known color: Free Speech Magenta. HEX triplet: F6, 53 and CF. RGB value is (246,83,207). Sum of RGB (Red+Green+Blue) = 246+83+207=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F653CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653CF is #09AC30. Grayscale: #919191. Windows color (decimal): -633905 or 13587446. OLE color: 13587446.
HSL color Cylindrical-coordinate representation of color #F653CF: hue angle of 314.36º 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 #F653CF is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 207 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.04 |
| HSL | 314.36º | 0.9% | 0.65% | - |
| HSV(B) | 314.36º | 0.66% | 0.96% | - |
| XYZ | 52.36 | 30.28 | 62.12 | - |
| YUV | 145.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 207 | 0 | 0.66 | 0.16 | 0.04 | 314.36 | 0.9 | 0.65 |
| Hex | F6 | 53 | CF | 0 | 42 | 10 | 4 | 13A | 5A | 41 |
| Octal | 366 | 123 | 317 | 0 | 102 | 20 | 4 | 472 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11001111 | 0 | 1000010 | 10000 | 100 | 100111010 | 1011010 | 1000001 |
Color Harmonies of #F653CF
Complementary color
Monochromatic Colors of #F653CF
Black with #F653CF
Text Example
Text Example
White with #F653CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653CF; }
p { color: rgb(246,83,207); }
H1.HeaderClassName
{
color: #F653CF;
}
.AnyTagClassName
{
color: #F653CF;
}
</style>
background-color css
<style>
a { background-color: #F653CF; }
a { background-color: rgb(246,83,207); }
div.DivClassName
{
background-color: #F653CF;
}
.BgClassName
{
background-color: #F653CF;
}
</style>
border-color css
<style>
span { border-color: #F653CF; }
span { border-color: rgb(246,83,207); }
td.TdClassName
{
border-color: #F653CF;
}
.TagClassName
{
border-color: #F653CF;
}
</style>