Html Css Color HEX #F752D4 Free Speech Magenta
📋 copy color: '#F752D4'red 247 ◦ green 82 ◦ blue 212
Shades of Free Speech Magenta #F752D4
Tints of Free Speech Magenta #F752D4
RGB
CMYK
RGB Variations
Color information
#F752D4 (or 0xF752D4) is known color: Free Speech Magenta. HEX triplet: F7, 52 and D4. RGB value is (247,82,212). Sum of RGB (Red+Green+Blue) = 247+82+212=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F752D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752D4 is #08AD2B. Grayscale: #919191. Windows color (decimal): -568620 or 13914871. OLE color: 13914871.
HSL color Cylindrical-coordinate representation of color #F752D4: hue angle of 312.73º 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 #F752D4 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 212 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.03 |
| HSL | 312.73º | 0.91% | 0.65% | - |
| HSV(B) | 312.73º | 0.67% | 0.97% | - |
| XYZ | 53.26 | 30.56 | 65.38 | - |
| YUV | 146.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 212 | 0 | 0.67 | 0.14 | 0.03 | 312.73 | 0.91 | 0.65 |
| Hex | F7 | 52 | D4 | 0 | 43 | E | 3 | 139 | 5B | 41 |
| Octal | 367 | 122 | 324 | 0 | 103 | 16 | 3 | 471 | 133 | 101 |
| Binary | 11110111 | 1010010 | 11010100 | 0 | 1000011 | 1110 | 11 | 100111001 | 1011011 | 1000001 |
Color Harmonies of #F752D4
Complementary color
Monochromatic Colors of #F752D4
Black with #F752D4
Text Example
Text Example
White with #F752D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752D4; }
p { color: rgb(247,82,212); }
H1.HeaderClassName
{
color: #F752D4;
}
.AnyTagClassName
{
color: #F752D4;
}
</style>
background-color css
<style>
a { background-color: #F752D4; }
a { background-color: rgb(247,82,212); }
div.DivClassName
{
background-color: #F752D4;
}
.BgClassName
{
background-color: #F752D4;
}
</style>
border-color css
<style>
span { border-color: #F752D4; }
span { border-color: rgb(247,82,212); }
td.TdClassName
{
border-color: #F752D4;
}
.TagClassName
{
border-color: #F752D4;
}
</style>