#F550C9

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

Shades of Free Speech Magenta #F550C9

Tints of Free Speech Magenta #F550C9

Color information

#F550C9 (or 0xF550C9) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 50 and C9. RGB value is (245,80,201). Sum of RGB (Red+Green+Blue) = 245+80+201=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F550C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F550C9 is #0AAF36. Grayscale: #8E8E8E. Windows color (decimal): -700215 or 13193461. OLE color: 13193461.

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

Color convert

RGB24580201-
CMYK00.670.180.04
HSL316º89.19%63.73%-
HSV(B)316º67.35%96.08%-
XYZ51.0729.3758.24-
YUV143.13160.66200.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.58%
GREEN value IS 80 (31.64% from 255) = 15.21%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=46.58%
G=15.21%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458020100.670.180.0431689.1963.73
HexF550C904312413c5940
Octal3651203110103224474131100
Binary11110101101000011001001010000111001010010011110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F550C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F550C9; }

 p { color: rgb(245,80,201); }

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

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

 a { background-color: rgb(245,80,201); }

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

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

 span { border-color: rgb(245,80,201); }

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