#F550D0

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

Shades of Free Speech Magenta #F550D0

Tints of Free Speech Magenta #F550D0

Color information

#F550D0 (or 0xF550D0) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 50 and D0. RGB value is (245,80,208). Sum of RGB (Red+Green+Blue) = 245+80+208=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F550D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F550D0 is #0AAF2F. Grayscale: #8F8F8F. Windows color (decimal): -700208 or 13652213. OLE color: 13652213.

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

Color convert

RGB24580208-
CMYK00.670.150.04
HSL313.45º89.19%63.73%-
HSV(B)313.45º67.35%96.08%-
XYZ51.9129.762.67-
YUV143.93164.16200.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 80 (31.64% from 255) = 15.01%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=45.97%
G=15.01%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458020800.670.150.04313.4589.1963.73
HexF550D0043F41395940
Octal3651203200103174471131100
Binary1111010110100001101000001000011111110010011100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F550D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F550D0; }

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

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

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

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

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

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

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

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