Html Css Color HEX #F752CE Free Speech Magenta
📋 copy color: '#F752CE'red 247 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #F752CE
Tints of Free Speech Magenta #F752CE
RGB
CMYK
RGB Variations
Color information
#F752CE (or 0xF752CE) is known color: Free Speech Magenta. HEX triplet: F7, 52 and CE. RGB value is (247,82,206). Sum of RGB (Red+Green+Blue) = 247+82+206=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F752CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752CE is #08AD31. Grayscale: #919191. Windows color (decimal): -568626 or 13521655. OLE color: 13521655.
HSL color Cylindrical-coordinate representation of color #F752CE: hue angle of 314.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F752CE is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 206 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.03 |
| HSL | 314.91º | 0.91% | 0.65% | - |
| HSV(B) | 314.91º | 0.67% | 0.97% | - |
| XYZ | 52.52 | 30.26 | 61.47 | - |
| YUV | 145.47 | 162.16 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 206 | 0 | 0.67 | 0.17 | 0.03 | 314.91 | 0.91 | 0.65 |
| Hex | F7 | 52 | CE | 0 | 43 | 11 | 3 | 13B | 5B | 41 |
| Octal | 367 | 122 | 316 | 0 | 103 | 21 | 3 | 473 | 133 | 101 |
| Binary | 11110111 | 1010010 | 11001110 | 0 | 1000011 | 10001 | 11 | 100111011 | 1011011 | 1000001 |
Color Harmonies of #F752CE
Complementary color
Monochromatic Colors of #F752CE
Black with #F752CE
Text Example
Text Example
White with #F752CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752CE; }
p { color: rgb(247,82,206); }
H1.HeaderClassName
{
color: #F752CE;
}
.AnyTagClassName
{
color: #F752CE;
}
</style>
background-color css
<style>
a { background-color: #F752CE; }
a { background-color: rgb(247,82,206); }
div.DivClassName
{
background-color: #F752CE;
}
.BgClassName
{
background-color: #F752CE;
}
</style>
border-color css
<style>
span { border-color: #F752CE; }
span { border-color: rgb(247,82,206); }
td.TdClassName
{
border-color: #F752CE;
}
.TagClassName
{
border-color: #F752CE;
}
</style>