#F552D6

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

Shades of Free Speech Magenta #F552D6

Tints of Free Speech Magenta #F552D6

Color information

#F552D6 (or 0xF552D6) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 52 and D6. RGB value is (245,82,214). Sum of RGB (Red+Green+Blue) = 245+82+214=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F552D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552D6 is #0AAD29. Grayscale: #919191. Windows color (decimal): -699690 or 14045941. OLE color: 14045941.

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

Color convert

RGB24582214-
CMYK00.670.130.04
HSL311.41º89.07%64.12%-
HSV(B)311.41º66.53%96.08%-
XYZ52.8130.366.68-
YUV145.78166.5198.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 82 (32.42% from 255) = 15.16%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=45.29%
G=15.16%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458221400.670.130.04311.4189.0764.12
HexF552D6043D41375940
Octal3651223260103154467131100
Binary1111010110100101101011001000011110110010011011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F552D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F552D6; }

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

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

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

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

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

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

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

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