#F752D9

Color #F752D9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F752D9

Tints of Free Speech Magenta #F752D9

Color information

#F752D9 (or 0xF752D9) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 52 and D9. RGB value is (247,82,217). Sum of RGB (Red+Green+Blue) = 247+82+217=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 82 (32.42% from 255 or 15.02% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F752D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752D9 is #08AD26. Grayscale: #929292. Windows color (decimal): -568615 or 14242551. OLE color: 14242551.

HSL color Cylindrical-coordinate representation of color #F752D9: hue angle of 310.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 #F752D9 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB24782217-
CMYK00.670.120.03
HSL310.91º91.16%64.51%-
HSV(B)310.91º66.8%96.86%-
XYZ53.930.8268.75-
YUV146.72167.66199.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 45.24%
GREEN value IS 82 (32.42% from 255) = 15.02%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=45.24%
G=15.02%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478221700.670.120.03310.9191.1664.51
HexF752D9043C31375b41
Octal3671223310103143467133101
Binary111101111010010110110010100001111001110011011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F752D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F752D9; }

 p { color: rgb(247,82,217); }

 H1.HeaderClassName
 {
   color: #F752D9;
 }
 .AnyTagClassName
 {
   color: #F752D9;
 }
</style>
background-color css

<style>
 a { background-color: #F752D9; }

 a { background-color: rgb(247,82,217); }

 div.DivClassName
 {
   background-color: #F752D9;
 }
 .BgClassName
 {
   background-color: #F752D9;
 }
</style>
border-color css

<style>
 span { border-color: #F752D9; }

 span { border-color: rgb(247,82,217); }

 td.TdClassName
 {
   border-color: #F752D9;
 }
 .TagClassName
 {
   border-color: #F752D9;
 }
</style>