#F555DC

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

Shades of Free Speech Magenta #F555DC

Tints of Free Speech Magenta #F555DC

Color information

#F555DC (or 0xF555DC) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 55 and DC. RGB value is (245,85,220). Sum of RGB (Red+Green+Blue) = 245+85+220=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F555DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555DC is #0AAA23. Grayscale: #939393. Windows color (decimal): -698916 or 14439925. OLE color: 14439925.

HSL color Cylindrical-coordinate representation of color #F555DC: hue angle of 309.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555DC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24585220-
CMYK00.650.100.04
HSL309.38º88.89%64.71%-
HSV(B)309.38º65.31%96.08%-
XYZ53.8231.0870.87-
YUV148.23168.51197.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 85 (33.59% from 255) = 15.45%
BLUE value IS 220 (86.33% from 255) = 40%
R=44.55%
G=15.45%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458522000.650.100.04309.3888.8964.71
HexF555DC041A41355941
Octal3651253340101124465131101
Binary1111010110101011101110001000001101010010011010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F555DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F555DC; }

 p { color: rgb(245,85,220); }

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

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

 a { background-color: rgb(245,85,220); }

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

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

 span { border-color: rgb(245,85,220); }

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