#F552D7

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

Shades of Free Speech Magenta #F552D7

Tints of Free Speech Magenta #F552D7

Color information

#F552D7 (or 0xF552D7) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 52 and D7. RGB value is (245,82,215). Sum of RGB (Red+Green+Blue) = 245+82+215=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F552D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552D7 is #0AAD28. Grayscale: #919191. Windows color (decimal): -699689 or 14111477. OLE color: 14111477.

HSL color Cylindrical-coordinate representation of color #F552D7: hue angle of 311.04º degrees, saturation: 0.89, 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 #F552D7 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB24582215-
CMYK00.670.120.04
HSL311.04º89.07%64.12%-
HSV(B)311.04º66.53%96.08%-
XYZ52.9430.3567.36-
YUV145.9167198.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 82 (32.42% from 255) = 15.13%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=45.20%
G=15.13%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458221500.670.120.04311.0489.0764.12
HexF552D7043C41375940
Octal3651223270103144467131100
Binary1111010110100101101011101000011110010010011011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F552D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F552D7; }

 p { color: rgb(245,82,215); }

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

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

 a { background-color: rgb(245,82,215); }

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

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

 span { border-color: rgb(245,82,215); }

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